Searched refs:fLastSetLiteral (Results 1 – 2 of 2) sorted by relevance
77 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()
223 UChar32 fLastSetLiteral; // The last single code point added to a set. variable