Searched refs:fromUSectionUChars (Results 1 – 2 of 2) sorted by relevance
540 const UChar *fromUTableUChars, *fromUSectionUChars; in ucnv_extMatchFromU() local589 fromUSectionUChars=fromUTableUChars+idx; in ucnv_extMatchFromU()593 length=*fromUSectionUChars++; in ucnv_extMatchFromU()622 idx=ucnv_extFindFromU(fromUSectionUChars, length, c); in ucnv_extMatchFromU()987 const UChar *fromUSectionUChars; in ucnv_extGetUnicodeSetString() local993 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex; in ucnv_extGetUnicodeSetString()997 count=*fromUSectionUChars++; in ucnv_extGetUnicodeSetString()1012 s[length]=fromUSectionUChars[i]; in ucnv_extGetUnicodeSetString()
3631 CharBuffer fromUTableUChars, fromUSectionUChars; in matchFromU() local3675 fromUSectionUChars = ((CharBuffer) fromUTableUChars.position(index)).slice(); in matchFromU()3682 length = fromUSectionUChars.get(); in matchFromU()3710 index = findFromU(fromUSectionUChars, length, c); in matchFromU()