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.

Status:
Stable ICU 2.8.

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

Status:
Stable ICU 2.6.

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

Status:
Stable ICU 2.6.

normalize

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

Status:
Stable ICU 2.6.

getMinC

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

Status:
Stable ICU 2.8.

getMask

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

Status:
Stable ICU 2.8.

getPrevBoundary

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

Status:
Stable ICU 2.8.

getNextBoundary

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

Status:
Stable ICU 2.8.

quickCheck

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

Status:
Stable ICU 2.6.

isNFSkippable

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

Status:
Stable ICU 2.8.


Copyright (c) 2009 IBM Corporation and others.