HomeSort by relevance Sort by last modified time
    Searched full:fcsp (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/
regeximp.cpp 20 fUText(text), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
21 fcsp = ucase_getSingleton();
36 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
66 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
67 fcsp = ucase_getSingleton();
85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
casetrn.cpp 93 fCsp(ucase_getSingleton()),
111 fCsp(o.fCsp), fMap(o.fMap)
120 fCsp = o.fCsp;
159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
titletrn.cpp 98 type=ucase_getTypeOrIgnorable(fCsp, c);
126 type=ucase_getTypeOrIgnorable(fCsp, c);
129 result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
131 result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
casetrn.h 85 const UCaseProps *fCsp;
regeximp.h 375 const UCaseProps *fcsp; member in class:CaseFoldingUTextIterator
405 const UCaseProps *fcsp; member in class:CaseFoldingUCharIterator

Completed in 590 milliseconds