Searched refs:fcsp (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | regeximp.cpp | 22 fUText(text), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) { in CaseFoldingUTextIterator() 23 fcsp = ucase_getSingleton(); in CaseFoldingUTextIterator() 38 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next() 68 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) { in CaseFoldingUCharIterator() 69 fcsp = ucase_getSingleton(); in CaseFoldingUCharIterator() 87 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT); in next()
|
D | regeximp.h | 377 const UCaseProps *fcsp; variable 407 const UCaseProps *fcsp; variable
|