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

  /external/icu/icu4c/source/i18n/
regeximp.cpp 49 fFoldIndex = 0;
52 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC);
53 if (fFoldIndex >= fFoldLength) {
97 fFoldIndex = 0;
100 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC);
101 if (fFoldIndex >= fFoldLength) {
regeximp.h 379 int32_t fFoldIndex;
408 int32_t fFoldIndex;

Completed in 2742 milliseconds