Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java4956 CharBuffer fromUSectionUChar; in extGetUnicodeSetString() local
4958 fromUSectionUChar = (CharBuffer)ARRAY(cx, EXT_FROM_U_UCHARS_INDEX,char.class ); in extGetUnicodeSetString()
4960 int fromUSectionUCharIndex = fromUSectionUChar.position()+sectionIndex; in extGetUnicodeSetString()
4965 count = fromUSectionUChar.get(fromUSectionUCharIndex++); in extGetUnicodeSetString()
4983 s[length] = fromUSectionUChar.get(fromUSectionUCharIndex + i); in extGetUnicodeSetString()