com.ibm.icu.text
Class Normalizer.Mode
java.lang.Object
|
+--com.ibm.icu.text.Normalizer.Mode
- Enclosing class:
- Normalizer
- public static class Normalizer.Mode
- extends java.lang.Object
Constants for normalization modes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
normalize
protected int normalize(char[] src,
int srcStart,
int srcLimit,
char[] dest,
int destStart,
int destLimit)
normalize
protected java.lang.String normalize(java.lang.String src)
getMinC
protected int getMinC()
getMask
protected int getMask()
getPrevBoundary
protected com.ibm.icu.text.Normalizer.IsPrevBoundary getPrevBoundary()
getNextBoundary
protected com.ibm.icu.text.Normalizer.IsNextBoundary getNextBoundary()
quickCheck
protected Normalizer.QuickCheckResult quickCheck(char[] src,
int start,
int limit,
boolean allowMaybe)
Copyright (c) 2002 IBM Corporation and others.