Home
last modified time | relevance | path

Searched refs:URX_LAST_SET (Results 1 – 7 of 7) sorted by relevance

/external/icu/libicu/cts_headers/
Dregexst.h44 UnicodeSet fPropSets[URX_LAST_SET] {}; // The sets for common regex items, e.g. \s
45 Regex8BitSet fPropSets8[URX_LAST_SET] {}; // Fast bitmap sets for latin-1 range for above.
Dregeximp.h275 URX_LAST_SET, enumerator
/external/icu/icu4c/source/i18n/
Dregexst.h44 UnicodeSet fPropSets[URX_LAST_SET] {}; // The sets for common regex items, e.g. \s
45 Regex8BitSet fPropSets8[URX_LAST_SET] {}; // Fast bitmap sets for latin-1 range for above.
Dregeximp.h275 URX_LAST_SET, enumerator
Dregexst.cpp113 for (int32_t i=0; i<URX_LAST_SET; i++) { in RegexStaticSets()
Drematch.cpp3260 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
3295 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
4759 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
4791 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
Dregexcmp.cpp2821 U_ASSERT(sn>0 && sn<URX_LAST_SET); in matchStartType()