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

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUCharacterProperty.java59 public final class UCharacterProperty class
220 * Loads the property data and initialize the UCharacterProperty instance.
223 public static UCharacterProperty getInstance()
227 INSTANCE_ = new UCharacterProperty();
289 private static UCharacterProperty INSTANCE_ = null;
345 private UCharacterProperty() throws IOException method in class:UCharacterProperty

Completed in 188 milliseconds