Package com.ibm.icu.dev.tool.translit
Class UnicodeSetClosure.NFToString
- java.lang.Object
-
- com.ibm.icu.dev.tool.translit.UnicodeSetClosure.NFToString
-
- All Implemented Interfaces:
UnicodeSetClosure.Char32ToString
- Enclosing class:
- UnicodeSetClosure
public static class UnicodeSetClosure.NFToString extends java.lang.Object implements UnicodeSetClosure.Char32ToString
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
lowerFirst
(package private) Normalizer.Mode
mode
-
Constructor Summary
Constructors Constructor Description NFToString(Normalizer.Mode m, boolean lowerFirst)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get(int cp)
-
-
-
Field Detail
-
mode
Normalizer.Mode mode
-
lowerFirst
boolean lowerFirst
-
-
Constructor Detail
-
NFToString
NFToString(Normalizer.Mode m, boolean lowerFirst)
-
-
Method Detail
-
get
public java.lang.String get(int cp)
- Specified by:
get
in interfaceUnicodeSetClosure.Char32ToString
-
-