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