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

/openjdk7/jdk/src/share/classes/java/util/
H A DIllegalFormatCodePointException.java62 public int getCodePoint() { method in class:IllegalFormatCodePointException
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUCharacter.java269 public static int getCodePoint(char lead, char trail) method in class:UCharacter
/openjdk7/jdk/src/share/classes/java/lang/
H A DConditionalSpecialCasing.java100 Integer cp = new Integer(cur.getCodePoint());
451 int getCodePoint() { method in class:ConditionalSpecialCasing.Entry
/openjdk7/jdk/src/share/demo/jfc/CodePointIM/
H A DCodePointInputMethod.java227 char codePoint = (char) getCodePoint(buffer, 2, 5);
389 char codePoint = (char) getCodePoint(buffer, 2, 5);
397 int codePoint = getCodePoint(buffer, 2, 7);
406 (char) getCodePoint(buffer, 2, 5),
407 (char) getCodePoint(buffer, 8, 11)
421 private int getCodePoint(StringBuffer sb, int from, int to) { method in class:CodePointInputMethod
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DUnicodeSpec.java409 int specPlane = (int)(item.getCodePoint() >>> 16);
430 public int getCodePoint() { method in class:UnicodeSpec

Completed in 51 milliseconds