| java.lang.Object com.ibm.icu.dev.test.normalizer.UnicodeNormalizer
UnicodeNormalizer | public class UnicodeNormalizer (Code) | | |
Constructor Summary | |
public | UnicodeNormalizer(byte form, boolean fullData) Create a normalizer for a given form. |
COMPATIBILITY_MASKCOMPOSITION_MASK | final static byte COMPATIBILITY_MASKCOMPOSITION_MASK(Code) | | Masks for the form selector
|
DCKDKC | final public static byte DCKDKC(Code) | | Normalization Form Selector
|
UnicodeNormalizer | public UnicodeNormalizer(byte form, boolean fullData)(Code) | | Create a normalizer for a given form.
|
getExcluded | boolean getExcluded(char ch)(Code) | | Just accessible for testing.
|
getRawDecompositionMapping | String getRawDecompositionMapping(char ch)(Code) | | Just accessible for testing.
|
normalize | public StringBuffer normalize(String source, StringBuffer target)(Code) | | Normalizes text according to the chosen form,
replacing contents of the target buffer.
Parameters: source - the original text, unnormalized Parameters: target - the resulting normalized text |
normalize | public String normalize(String source)(Code) | | Normalizes text according to the chosen form
Parameters: source - the original text, unnormalized target the resulting normalized text |
|
|