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

/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacter.java683 public static final UnicodeBlock BASIC_LATIN = field in class:Character.UnicodeBlock
684 new UnicodeBlock("BASIC_LATIN",
2714 BASIC_LATIN,
3033 * For example, this method will return the {@link #BASIC_LATIN} block if
3034 * provided with the "BASIC_LATIN" name. This form replaces all spaces and
3038 * For example, "BASIC_LATIN" and "basic_latin" are both valid block names.

Completed in 55 milliseconds