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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A 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.
H A Dregexst.cpp156 for (i=0; i<URX_LAST_SET; i++) {
206 for (i=0; i<URX_LAST_SET; i++) {
227 for (i=0; i<URX_LAST_SET; i++) {
238 for (i=0; i<URX_LAST_SET; i++) {
H A Dregeximp.h281 URX_LAST_SET, enumerator in enum:__anon1145
H A Drematch.cpp3273 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET);
3308 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET);
4748 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET);
4780 U_ASSERT(opValue > 0 && opValue < URX_LAST_SET);
H A Dregexcmp.cpp2514 U_ASSERT(sn>0 && sn<URX_LAST_SET);

Completed in 191 milliseconds