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

/external/icu4c/i18n/
H A Dregeximp.cpp20 fUText(text), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
36 fFoldLength = ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
37 if (fFoldLength >= UCASE_MAX_STRING_LENGTH || fFoldLength < 0) {
40 if (fFoldLength < 0) {
41 fFoldLength = ~fFoldLength;
43 foldedC = (UChar32)fFoldLength;
51 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC);
52 if (fFoldIndex >= fFoldLength) {
[all...]
H A Dregeximp.h385 int32_t fFoldLength; member in class:CaseFoldingUTextIterator
415 int32_t fFoldLength; member in class:CaseFoldingUCharIterator

Completed in 63 milliseconds