Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.h207 UChar32 fLastSetLiteral; // The last single code point added to a set. variable
Dregexcmp.cpp1601 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()