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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregeximp.cpp20 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);
H A Dregeximp.h383 const UCaseProps *fcsp; member in class:CaseFoldingUTextIterator
413 const UCaseProps *fcsp; member in class:CaseFoldingUCharIterator

Completed in 75 milliseconds