com.ibm.icu.text
Class Normalizer.Mode
- Normalizer
public static class Normalizer.Mode
Constants for normalization modes.
protected int | getMask() - This method is used for method dispatch
|
protected int | getMinC() - This method is used for method dispatch
|
protected com.ibm.icu.text.Normalizer.IsNextBoundary | getNextBoundary() - This method is used for method dispatch
|
protected com.ibm.icu.text.Normalizer.IsPrevBoundary | getPrevBoundary() - This method is used for method dispatch
|
protected boolean | isNFSkippable(int c) - This method is used for method dispatch
|
protected String | normalize(String src, int options) - This method is used for method dispatch
|
protected int | normalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, UnicodeSet nx) - This method is used for method dispatch
|
protected int | normalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, int options) - This method is used for method dispatch
|
protected Normalizer.QuickCheckResult | quickCheck(char[] src, int start, int limit, boolean allowMaybe, UnicodeSet nx) - This method is used for method dispatch
|
getMask
protected int getMask()
This method is used for method dispatch
getMinC
protected int getMinC()
This method is used for method dispatch
getNextBoundary
protected com.ibm.icu.text.Normalizer.IsNextBoundary getNextBoundary()
This method is used for method dispatch
getPrevBoundary
protected com.ibm.icu.text.Normalizer.IsPrevBoundary getPrevBoundary()
This method is used for method dispatch
isNFSkippable
protected boolean isNFSkippable(int c)
This method is used for method dispatch
normalize
protected String normalize(String src,
int options)
This method is used for method dispatch
normalize
protected int normalize(char[] src,
int srcStart,
int srcLimit,
char[] dest,
int destStart,
int destLimit,
UnicodeSet nx)
This method is used for method dispatch
normalize
protected int normalize(char[] src,
int srcStart,
int srcLimit,
char[] dest,
int destStart,
int destLimit,
int options)
This method is used for method dispatch
Copyright (c) 2006 IBM Corporation and others.