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.


Method Summary
protected  int getMask()
           
protected  int getMinC()
           
protected  com.ibm.icu.text.Normalizer.IsNextBoundary getNextBoundary()
           
protected  com.ibm.icu.text.Normalizer.IsPrevBoundary getPrevBoundary()
           
protected  int normalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit)
           
protected  java.lang.String normalize(java.lang.String src)
           
protected  Normalizer.QuickCheckResult quickCheck(char[] src, int start, int limit, boolean allowMaybe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.