Searched defs:UCharacterName (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterName.java39 public final class UCharacterName class
46 public static final UCharacterName INSTANCE;
50 INSTANCE = new UCharacterName();
53 throw new MissingResourceException("Could not construct UCharacterName. Missing unames.icu","","");
803 int length = UCharacterName.add(set, m_prefix_);
829 UCharacterName.add(set, m_utilStringBuffer_);
1170 private UCharacterName() throws IOException method in class:UCharacterName
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterName.java38 public final class UCharacterName class
45 public static final UCharacterName INSTANCE;
49 INSTANCE = new UCharacterName();
52 throw new MissingResourceException("Could not construct UCharacterName. Missing unames.icu","","");
802 int length = UCharacterName.add(set, m_prefix_);
828 UCharacterName.add(set, m_utilStringBuffer_);
1169 private UCharacterName() throws IOException method in class:UCharacterName

Completed in 150 milliseconds