com.ibm.icu.text
Class Normalizer.Mode

java.lang.Object
  extended by com.ibm.icu.text.Normalizer.Mode
Enclosing class:
Normalizer

public static class Normalizer.Mode
extends Object

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

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


normalize

protected String normalize(String src,
                           int options)
This method is used for method dispatch


getMinC

protected int getMinC()
This method is used for method dispatch


getMask

protected int getMask()
This method is used for method dispatch


getPrevBoundary

protected com.ibm.icu.text.Normalizer.IsPrevBoundary getPrevBoundary()
This method is used for method dispatch


getNextBoundary

protected com.ibm.icu.text.Normalizer.IsNextBoundary getNextBoundary()
This method is used for method dispatch


quickCheck

protected Normalizer.QuickCheckResult quickCheck(char[] src,
                                                 int start,
                                                 int limit,
                                                 boolean allowMaybe,
                                                 UnicodeSet nx)
This method is used for method dispatch


isNFSkippable

protected boolean isNFSkippable(int c)
This method is used for method dispatch



Copyright (c) 2006 IBM Corporation and others.