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 22 fUText(text), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
31 if (fFoldChars == NULL) {
38 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
46 fFoldChars = NULL;
53 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC);
55 fFoldChars = NULL;
62 return fFoldChars != NULL;
68 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
79 if (fFoldChars == NULL) {
87 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT)
    [all...]
regeximp.h 378 const UChar *fFoldChars;
408 const UChar *fFoldChars;

Completed in 108 milliseconds