Searched refs:fLastSetLiteral (Results 1 – 2 of 2) sorted by relevance
207 UChar32 fLastSetLiteral; // The last single code point added to a set. variable
1601 fLastSetLiteral = fC.fChar; in doParseActions()1618 fLastSetLiteral = fC.fChar; in doParseActions()1631 fLastSetLiteral = c; in doParseActions()1643 if (U_SUCCESS(*fStatus) && fLastSetLiteral > c) { in doParseActions()1647 s->add(fLastSetLiteral, c); in doParseActions()1648 fLastSetLiteral = c; in doParseActions()1712 if (fLastSetLiteral > fC.fChar) { in doParseActions()1716 s->add(fLastSetLiteral, fC.fChar); in doParseActions()