Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h223 UChar32 fLastSetLiteral; // The last single code point added to a set. variable
Dregexcmp.cpp77 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()
/third_party/icu/icu4c/source/i18n/
Dregexcmp.h223 UChar32 fLastSetLiteral; // The last single code point added to a set. variable
Dregexcmp.cpp77 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()
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.h223 UChar32 fLastSetLiteral; // The last single code point added to a set. variable
Dregexcmp.cpp77 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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h223 UChar32 fLastSetLiteral; // The last single code point added to a set. variable
Dregexcmp.cpp77 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()