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

/external/chromium_org/third_party/icu/source/i18n/
H A Dregeximp.cpp28 UChar32 originalC; local
32 originalC = UTEXT_NEXT32(&fUText);
33 if (originalC == U_SENTINEL) {
34 return originalC;
36 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
76 UChar32 originalC; local
83 U16_NEXT(fChars, fIndex, fLimit, originalC);
85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
/external/icu/icu4c/source/i18n/
H A Dregeximp.cpp28 UChar32 originalC; local
32 originalC = UTEXT_NEXT32(&fUText);
33 if (originalC == U_SENTINEL) {
34 return originalC;
36 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
76 UChar32 originalC; local
83 U16_NEXT(fChars, fIndex, fLimit, originalC);
85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);

Completed in 368 milliseconds