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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.c527 const UChar *fromUTableUChars, *fromUSectionUChars; local
576 fromUSectionUChars=fromUTableUChars+idx;
580 length=*fromUSectionUChars++;
613 idx=ucnv_extFindFromU(fromUSectionUChars, length, c);
955 const UChar *fromUSectionUChars; local
961 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex;
965 count=*fromUSectionUChars++;
983 s[length]=fromUSectionUChars[i];
/external/icu/icu4c/source/common/
H A Ducnv_ext.cpp537 const UChar *fromUTableUChars, *fromUSectionUChars; local
586 fromUSectionUChars=fromUTableUChars+idx;
590 length=*fromUSectionUChars++;
619 idx=ucnv_extFindFromU(fromUSectionUChars, length, c);
981 const UChar *fromUSectionUChars; local
987 fromUSectionUChars=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_UCHARS_INDEX, UChar)+sectionIndex;
991 count=*fromUSectionUChars++;
1006 s[length]=fromUSectionUChars[i];

Completed in 656 milliseconds