Searched refs:fLastSetLiteral (Results 1 – 8 of 8) sorted by relevance
223 UChar32 fLastSetLiteral; // The last single code point added to a set. variable
77 fLastSetLiteral = U_SENTINEL; in RegexCompile()1742 fLastSetLiteral = fC.fChar; in doParseActions()1759 fLastSetLiteral = fC.fChar; in doParseActions()1772 fLastSetLiteral = c; in doParseActions()1784 if (U_SUCCESS(*fStatus) && (fLastSetLiteral == U_SENTINEL || fLastSetLiteral > c)) { in doParseActions()1788 s->add(fLastSetLiteral, c); in doParseActions()1789 fLastSetLiteral = c; in doParseActions()1854 if (fLastSetLiteral == U_SENTINEL || fLastSetLiteral > fC.fChar) { in doParseActions()1858 s->add(fLastSetLiteral, fC.fChar); in doParseActions()
77 fLastSetLiteral = U_SENTINEL; in RegexCompile()1740 fLastSetLiteral = fC.fChar; in doParseActions()1757 fLastSetLiteral = fC.fChar; in doParseActions()1770 fLastSetLiteral = c; in doParseActions()1782 if (U_SUCCESS(*fStatus) && (fLastSetLiteral == U_SENTINEL || fLastSetLiteral > c)) { in doParseActions()1786 s->add(fLastSetLiteral, c); in doParseActions()1787 fLastSetLiteral = c; in doParseActions()1852 if (fLastSetLiteral == U_SENTINEL || fLastSetLiteral > fC.fChar) { in doParseActions()1856 s->add(fLastSetLiteral, fC.fChar); in doParseActions()
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()