public static class

NormalizerBase.Mode

extends Object
java.lang.Object
   ↳ sun.text.normalizer.NormalizerBase.Mode

Class Overview

Constants for normalization modes.

Summary

Protected Methods
int getMask()
This method is used for method dispatch
int getMinC()
This method is used for method dispatch
NormalizerBase.IsNextBoundary getNextBoundary()
This method is used for method dispatch
NormalizerBase.IsPrevBoundary getPrevBoundary()
This method is used for method dispatch
boolean isNFSkippable(int c)
This method is used for method dispatch
String normalize(String src, int options)
This method is used for method dispatch
int normalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, int options)
This method is used for method dispatch
int normalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, UnicodeSet nx)
This method is used for method dispatch
NormalizerBase.QuickCheckResult quickCheck(char[] src, int start, int limit, boolean allowMaybe, UnicodeSet nx)
This method is used for method dispatch
[Expand]
Inherited Methods
From class java.lang.Object

Protected Methods

protected int getMask ()

This method is used for method dispatch

protected int getMinC ()

This method is used for method dispatch

protected NormalizerBase.IsNextBoundary getNextBoundary ()

This method is used for method dispatch

protected NormalizerBase.IsPrevBoundary getPrevBoundary ()

This method is used for method dispatch

protected boolean isNFSkippable (int c)

This method is used for method dispatch

protected String normalize (String src, int options)

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 NormalizerBase.QuickCheckResult quickCheck (char[] src, int start, int limit, boolean allowMaybe, UnicodeSet nx)

This method is used for method dispatch