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

  /external/icu4c/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 386 int32_t fFoldIndex;
416 int32_t fFoldIndex;

Completed in 685 milliseconds