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 48 fFoldIndex = 0;
51 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC);
52 if (fFoldIndex >= fFoldLength) {
97 fFoldIndex = 0;
100 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC);
101 if (fFoldIndex >= fFoldLength) {
regeximp.h 378 int32_t fFoldIndex;
408 int32_t fFoldIndex;

Completed in 41 milliseconds