Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexst.cpp152 for (i=0; i<URX_LAST_SET; i++) { in RegexStaticSets()
202 for (i=0; i<URX_LAST_SET; i++) { in RegexStaticSets()
227 for (i=0; i<URX_LAST_SET; i++) { in RegexStaticSets()
240 for (i=0; i<URX_LAST_SET; i++) { in ~RegexStaticSets()
Dregexst.h42 UnicodeSet *fPropSets[URX_LAST_SET]; // The sets for common regex items, e.g. \s
43 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
Dregeximp.h273 URX_LAST_SET, enumerator
Drematch.cpp3309 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
3344 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()
4855 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
4887 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
Dregexcmp.cpp2777 U_ASSERT(sn>0 && sn<URX_LAST_SET); in matchStartType()