Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducnv_ext.c527 const UChar *fromUTableUChars, *fromUSectionUChars; in ucnv_extMatchFromU() local
576 fromUSectionUChars=fromUTableUChars+index; in ucnv_extMatchFromU()
580 length=*fromUSectionUChars++; in ucnv_extMatchFromU()
613 index=ucnv_extFindFromU(fromUSectionUChars, length, c); in ucnv_extMatchFromU()
955 const UChar *fromUSectionUChars; in ucnv_extGetUnicodeSetString() local
961 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString()
965 count=*fromUSectionUChars++; in ucnv_extGetUnicodeSetString()
983 s[length]=fromUSectionUChars[i]; in ucnv_extGetUnicodeSetString()