Home | History | Annotate | Download | only in i18n

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);
4043 U_ASSERT(opValue > 0 && opValue < sets->size());
4045 UnicodeSet *s = (UnicodeSet *)sets->elementAt(opValue);
4291 UVector *sets = fPattern->fSets;
4654 UnicodeSet **sets = fPattern->fStaticSets;
4655 if (sets[URX_GC_NORMAL]->contains(c)) goto GC_Extend;
4656 if (sets[URX_GC_CONTROL]->contains(c)) goto GC_Control;
4657 if (sets[URX_GC_L]->contains(c)) goto GC_L;
4658 if (sets[URX_GC_LV]->contains(c)) goto GC_V;
4659 if (sets[URX_GC_LVT]->contains(c)) goto GC_T;
4660 if (sets[URX_GC_V]->contains(c)) goto GC_V;
4661 if (sets[URX_GC_T]->contains(c)) goto GC_T;
4669 if (sets[URX_GC_L]->contains(c)) goto GC_L;
4670 if (sets[URX_GC_LV]->contains(c)) goto GC_V;
4671 if (sets[URX_GC_LVT]->contains(c)) goto GC_T;
4672 if (sets[URX_GC_V]->contains(c)) goto GC_V;
4679 if (sets[URX_GC_V]->contains(c)) goto GC_V;
4680 if (sets[URX_GC_T]->contains(c)) goto GC_T;
4687 if (sets[URX_GC_T]->contains(c)) goto GC_T;
4698 if (sets[URX_GC_EXTEND]->contains(c) == FALSE) {
4735 // Test input character against one of the predefined sets
4773 // the predefined sets (Word Characters, for example)
4808 sets->size());
4820 UnicodeSet *s = (UnicodeSet *)sets->elementAt(opValue);
5467 U_ASSERT(opValue > 0 && opValue < sets->size());
5469 UnicodeSet *s = (UnicodeSet *)sets->elementAt(opValue);