Searched refs:fFoldChars (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregeximp.cpp20 fUText(text), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
29 if (fFoldChars == NULL) {
36 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
44 fFoldChars = NULL;
51 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC);
53 fFoldChars = NULL;
60 return fFoldChars != NULL;
66 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
77 if (fFoldChars == NULL) {
85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAUL
[all...]
H A Dregeximp.h384 const UChar *fFoldChars; member in class:CaseFoldingUTextIterator
414 const UChar *fFoldChars; member in class:CaseFoldingUCharIterator

Completed in 74 milliseconds