Home
last modified time | relevance | path

Searched refs:TO_U_GET_VALUE (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java1356 static int TO_U_GET_VALUE(int word) { in TO_U_GET_VALUE() method in CharsetMBCS
1546 … return TO_U_GET_VALUE(toUSection.get(toUSection.position() + byt - start)); /* could be 0 */ in findToU()
1600 return TO_U_GET_VALUE((int) word); /* never 0 */ in findToU()
1762 value = TO_U_GET_VALUE(value); in matchToU()