Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp77 fLastSetLiteral = U_SENTINEL; in RegexCompile()
1722 fLastSetLiteral = fC.fChar; in doParseActions()
1739 fLastSetLiteral = fC.fChar; in doParseActions()
1752 fLastSetLiteral = c; in doParseActions()
1764 if (U_SUCCESS(*fStatus) && (fLastSetLiteral == U_SENTINEL || fLastSetLiteral > c)) { in doParseActions()
1768 s->add(fLastSetLiteral, c); in doParseActions()
1769 fLastSetLiteral = c; in doParseActions()
1834 if (fLastSetLiteral == U_SENTINEL || fLastSetLiteral > fC.fChar) { in doParseActions()
1838 s->add(fLastSetLiteral, fC.fChar); in doParseActions()
Dregexcmp.h223 UChar32 fLastSetLiteral; // The last single code point added to a set. variable