HomeSort by relevance Sort by last modified time
    Searched refs:originalC (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
regeximp.cpp 28 UChar32 originalC;
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;
83 U16_NEXT(fChars, fIndex, fLimit, originalC);
85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
  /external/icu/icu4c/source/i18n/
regeximp.cpp 28 UChar32 originalC;
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;
83 U16_NEXT(fChars, fIndex, fLimit, originalC);
85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);

Completed in 73 milliseconds