HomeSort by relevance Sort by last modified time
    Searched refs:fFoldLength (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
regeximp.cpp 22 fUText(text), fFoldChars(NULL), fFoldLength(0) {
37 fFoldLength = ucase_toFullFolding(originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
38 if (fFoldLength >= UCASE_MAX_STRING_LENGTH || fFoldLength < 0) {
41 if (fFoldLength < 0) {
42 fFoldLength = ~fFoldLength;
44 foldedC = (UChar32)fFoldLength;
52 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC);
53 if (fFoldIndex >= fFoldLength) {
    [all...]
regeximp.h 378 int32_t fFoldLength;
407 int32_t fFoldLength;

Completed in 752 milliseconds