|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.icu.text.Normalizer.Mode
public static class Normalizer.Mode
Constants for normalization modes.
| Method Summary | |
|---|---|
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 int |
normalize(char[] src,
int srcStart,
int srcLimit,
char[] dest,
int destStart,
int destLimit,
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 String |
normalize(String src,
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected int normalize(char[] src,
int srcStart,
int srcLimit,
char[] dest,
int destStart,
int destLimit,
UnicodeSet nx)
protected int normalize(char[] src,
int srcStart,
int srcLimit,
char[] dest,
int destStart,
int destLimit,
int options)
protected String normalize(String src,
int options)
protected int getMinC()
protected int getMask()
protected com.ibm.icu.text.Normalizer.IsPrevBoundary getPrevBoundary()
protected com.ibm.icu.text.Normalizer.IsNextBoundary getNextBoundary()
protected Normalizer.QuickCheckResult quickCheck(char[] src,
int start,
int limit,
boolean allowMaybe,
UnicodeSet nx)
protected boolean isNFSkippable(int c)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||