Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_ext.cpp539 const UChar *fromUTableUChars, *fromUSectionUChars; in ucnv_extMatchFromU() local
588 fromUSectionUChars=fromUTableUChars+idx; in ucnv_extMatchFromU()
592 length=*fromUSectionUChars++; in ucnv_extMatchFromU()
621 idx=ucnv_extFindFromU(fromUSectionUChars, length, c); in ucnv_extMatchFromU()
986 const UChar *fromUSectionUChars; in ucnv_extGetUnicodeSetString() local
992 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString()
996 count=*fromUSectionUChars++; in ucnv_extGetUnicodeSetString()
1011 s[length]=fromUSectionUChars[i]; in ucnv_extGetUnicodeSetString()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java3631 CharBuffer fromUTableUChars, fromUSectionUChars; in matchFromU() local
3675 fromUSectionUChars = ((CharBuffer) fromUTableUChars.position(index)).slice(); in matchFromU()
3682 length = fromUSectionUChars.get(); in matchFromU()
3710 index = findFromU(fromUSectionUChars, length, c); in matchFromU()