Uses of Class
com.ibm.icu.impl.UCharacterName
-
Packages that use UCharacterName Package Description com.ibm.icu.impl com.ibm.icu.lang -
-
Uses of UCharacterName in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as UCharacterName Modifier and Type Field Description static UCharacterName
UCharacterName. INSTANCE
Methods in com.ibm.icu.impl with parameters of type UCharacterName Modifier and Type Method Description protected void
UCharacterNameReader. read(UCharacterName data)
Read and break up the stream of data passed in as arguments and fills up UCharacterName. -
Uses of UCharacterName in com.ibm.icu.lang
Fields in com.ibm.icu.lang declared as UCharacterName Modifier and Type Field Description private UCharacterName
UCharacterNameIterator. m_name_
Name dataConstructors in com.ibm.icu.lang with parameters of type UCharacterName Constructor Description UCharacterNameIterator(UCharacterName name, int choice)
Constructor
-