Home
last modified time | relevance | path

Searched refs:fcsp (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregeximp.cpp20 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()
Dregeximp.h375 const UCaseProps *fcsp; variable
405 const UCaseProps *fcsp; variable