Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h220 UChar32 fLastSetLiteral; // The last single code point added to a set. variable
Dregexcmp.cpp1718 fLastSetLiteral = fC.fChar; in doParseActions()
1735 fLastSetLiteral = fC.fChar; in doParseActions()
1748 fLastSetLiteral = c; in doParseActions()
1760 if (U_SUCCESS(*fStatus) && fLastSetLiteral > c) { in doParseActions()
1764 s->add(fLastSetLiteral, c); in doParseActions()
1765 fLastSetLiteral = c; in doParseActions()
1829 if (fLastSetLiteral > fC.fChar) { in doParseActions()
1833 s->add(fLastSetLiteral, fC.fChar); in doParseActions()