Searched refs:fcsp (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | regeximp.cpp | 20 fUText(text), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) { in CaseFoldingUTextIterator() 21 fcsp = ucase_getSingleton(); in CaseFoldingUTextIterator() 36 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next() 66 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) { in CaseFoldingUCharIterator() 67 fcsp = ucase_getSingleton(); in CaseFoldingUCharIterator() 85 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next()
|
D | regeximp.h | 375 const UCaseProps *fcsp; variable 405 const UCaseProps *fcsp; variable
|