Searched refs:URX_LAST_SET (Results 1 – 5 of 5) sorted by relevance
156 for (i=0; i<URX_LAST_SET; i++) { in RegexStaticSets()206 for (i=0; i<URX_LAST_SET; i++) { in RegexStaticSets()227 for (i=0; i<URX_LAST_SET; i++) { in RegexStaticSets()238 for (i=0; i<URX_LAST_SET; i++) { in ~RegexStaticSets()
42 UnicodeSet *fPropSets[URX_LAST_SET]; // The sets for common regex items, e.g. \s43 Regex8BitSet fPropSets8[URX_LAST_SET]; // Fast bitmap sets for latin-1 range for above.
281 URX_LAST_SET, enumerator
3273 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()3308 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchAt()4748 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()4780 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET); in MatchChunkAt()
2514 U_ASSERT(sn>0 && sn<URX_LAST_SET); in matchStartType()