Searched refs:fFoldChars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | regeximp.cpp | 22 fUText(text), fFoldChars(NULL), fFoldLength(0) { in CaseFoldingUTextIterator() 30 if (fFoldChars == NULL) { in next() 37 fFoldLength = ucase_toFullFolding(originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next() 45 fFoldChars = NULL; in next() 52 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC); in next() 54 fFoldChars = NULL; in next() 61 return fFoldChars != NULL; in inExpansion() 67 fChars(chars), fIndex(start), fLimit(limit), fFoldChars(NULL), fFoldLength(0) { in CaseFoldingUCharIterator() 77 if (fFoldChars == NULL) { in next() 85 fFoldLength = ucase_toFullFolding(originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next() [all …]
|
D | regeximp.h | 377 const UChar *fFoldChars; variable 406 const UChar *fFoldChars; variable
|