Home
last modified time | relevance | path

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

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