Searched refs:fromUSectionUChars (Results 1 – 2 of 2) sorted by relevance
537 const UChar *fromUTableUChars, *fromUSectionUChars; in ucnv_extMatchFromU() local586 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() local987 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()
3634 CharBuffer fromUTableUChars, fromUSectionUChars; in matchFromU() local3678 fromUSectionUChars = ((CharBuffer) fromUTableUChars.position(index)).slice(); in matchFromU()3685 length = fromUSectionUChars.get(); in matchFromU()3713 index = findFromU(fromUSectionUChars, length, c); in matchFromU()