Searched refs:char32 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUTF16.java85 * boundaries vs offsets to UTF-32 boundaries. <code>int char32</code> is
284 * Determines how many chars this char32 requires.
287 * char32 before calling.
288 * @param char32 the input codepoint.
292 public static int getCharCount(int char32) argument
294 if (char32 < SUPPLEMENTARY_MIN_VALUE) {
340 * on char32 before calling.
341 * @param char32 the input character.
346 public static char getLeadSurrogate(int char32) argument
348 if (char32 >
366 getTrailSurrogate(int char32) argument
388 valueOf(int char32) argument
408 append(StringBuffer target, int char32) argument
[all...]

Completed in 29 milliseconds