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

  /external/icu/icu4c/source/i18n/
regeximp.cpp 20 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_DEFAULT)
    [all...]
regeximp.h 376 const UChar *fFoldChars;
406 const UChar *fFoldChars;

Completed in 877 milliseconds