com.ibm.icu.text
public static class Normalizer.Mode extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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 java.lang.String |
normalize(java.lang.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
|
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 java.lang.String normalize(java.lang.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)
Copyright (c) 2009 IBM Corporation and others.