Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv_ext.cpp537 const UChar *fromUTableUChars, *fromUSectionUChars; in ucnv_extMatchFromU() local
586 fromUSectionUChars=fromUTableUChars+idx; in ucnv_extMatchFromU()
590 length=*fromUSectionUChars++; in ucnv_extMatchFromU()
619 idx=ucnv_extFindFromU(fromUSectionUChars, length, c); in ucnv_extMatchFromU()
981 const UChar *fromUSectionUChars; in ucnv_extGetUnicodeSetString() local
987 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString()
991 count=*fromUSectionUChars++; in ucnv_extGetUnicodeSetString()
1006 s[length]=fromUSectionUChars[i]; in ucnv_extGetUnicodeSetString()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java3634 CharBuffer fromUTableUChars, fromUSectionUChars; in matchFromU() local
3678 fromUSectionUChars = ((CharBuffer) fromUTableUChars.position(index)).slice(); in matchFromU()
3685 length = fromUSectionUChars.get(); in matchFromU()
3713 index = findFromU(fromUSectionUChars, length, c); in matchFromU()