com.ibm.icu.text

Class Normalizer.Mode

public static class Normalizer.Mode extends Object

Constants for normalization modes.

UNKNOWN: ICU 2.8

Method Summary
protected intgetMask()
This method is used for method dispatch
protected intgetMinC()
This method is used for method dispatch
protected Normalizer.IsNextBoundarygetNextBoundary()
This method is used for method dispatch
protected Normalizer.IsPrevBoundarygetPrevBoundary()
This method is used for method dispatch
protected booleanisNFSkippable(int c)
This method is used for method dispatch
protected intnormalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, UnicodeSet nx)
This method is used for method dispatch
protected intnormalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, int options)
This method is used for method dispatch
protected Stringnormalize(String src, int options)
This method is used for method dispatch
protected Normalizer.QuickCheckResultquickCheck(char[] src, int start, int limit, boolean allowMaybe, UnicodeSet nx)
This method is used for method dispatch

Method Detail

getMask

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

UNKNOWN: ICU 2.8

getMinC

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

UNKNOWN: ICU 2.8

getNextBoundary

protected Normalizer.IsNextBoundary getNextBoundary()
This method is used for method dispatch

UNKNOWN: ICU 2.8

getPrevBoundary

protected Normalizer.IsPrevBoundary getPrevBoundary()
This method is used for method dispatch

UNKNOWN: ICU 2.8

isNFSkippable

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

UNKNOWN: ICU 2.8

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

UNKNOWN: 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

UNKNOWN: ICU 2.6

normalize

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

UNKNOWN: ICU 2.6

quickCheck

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

UNKNOWN: ICU 2.6

Copyright (c) 2007 IBM Corporation and others.