Lines Matching defs:sets

2799     UVector             *sets          = fPattern->fSets;
3171 UnicodeSet **sets = fPattern->fStaticSets;
3172 if (sets[URX_GC_NORMAL]->contains(c)) goto GC_Extend;
3173 if (sets[URX_GC_CONTROL]->contains(c)) goto GC_Control;
3174 if (sets[URX_GC_L]->contains(c)) goto GC_L;
3175 if (sets[URX_GC_LV]->contains(c)) goto GC_V;
3176 if (sets[URX_GC_LVT]->contains(c)) goto GC_T;
3177 if (sets[URX_GC_V]->contains(c)) goto GC_V;
3178 if (sets[URX_GC_T]->contains(c)) goto GC_T;
3187 if (sets[URX_GC_L]->contains(c)) goto GC_L;
3188 if (sets[URX_GC_LV]->contains(c)) goto GC_V;
3189 if (sets[URX_GC_LVT]->contains(c)) goto GC_T;
3190 if (sets[URX_GC_V]->contains(c)) goto GC_V;
3199 if (sets[URX_GC_V]->contains(c)) goto GC_V;
3200 if (sets[URX_GC_T]->contains(c)) goto GC_T;
3209 if (sets[URX_GC_T]->contains(c)) goto GC_T;
3221 if (sets[URX_GC_EXTEND]->contains(c) == FALSE) {
3260 // Test input character against one of the predefined sets
3301 // the predefined sets (Word Characters, for example)
3342 U_ASSERT(opValue > 0 && opValue < sets->size());
3350 UnicodeSet *s = (UnicodeSet *)sets->elementAt(opValue);
4058 U_ASSERT(opValue > 0 && opValue < sets->size());
4060 UnicodeSet *s = (UnicodeSet *)sets->elementAt(opValue);
4306 UVector *sets = fPattern->fSets;
4669 UnicodeSet **sets = fPattern->fStaticSets;
4670 if (sets[URX_GC_NORMAL]->contains(c)) goto GC_Extend;
4671 if (sets[URX_GC_CONTROL]->contains(c)) goto GC_Control;
4672 if (sets[URX_GC_L]->contains(c)) goto GC_L;
4673 if (sets[URX_GC_LV]->contains(c)) goto GC_V;
4674 if (sets[URX_GC_LVT]->contains(c)) goto GC_T;
4675 if (sets[URX_GC_V]->contains(c)) goto GC_V;
4676 if (sets[URX_GC_T]->contains(c)) goto GC_T;
4684 if (sets[URX_GC_L]->contains(c)) goto GC_L;
4685 if (sets[URX_GC_LV]->contains(c)) goto GC_V;
4686 if (sets[URX_GC_LVT]->contains(c)) goto GC_T;
4687 if (sets[URX_GC_V]->contains(c)) goto GC_V;
4694 if (sets[URX_GC_V]->contains(c)) goto GC_V;
4695 if (sets[URX_GC_T]->contains(c)) goto GC_T;
4702 if (sets[URX_GC_T]->contains(c)) goto GC_T;
4713 if (sets[URX_GC_EXTEND]->contains(c) == FALSE) {
4750 // Test input character against one of the predefined sets
4788 // the predefined sets (Word Characters, for example)
4823 U_ASSERT(opValue > 0 && opValue < sets->size());
4835 UnicodeSet *s = (UnicodeSet *)sets->elementAt(opValue);
5497 U_ASSERT(opValue > 0 && opValue < sets->size());
5499 UnicodeSet *s = (UnicodeSet *)sets->elementAt(opValue);