Home | History | Annotate | Download | only in i18n

Lines Matching refs:sets

1484     UVector             *sets          = fPattern->fSets;
1850 UnicodeSet **sets = fPattern->fStaticSets;
1851 if (sets[URX_GC_NORMAL]->contains(c)) goto GC_Extend;
1852 if (sets[URX_GC_CONTROL]->contains(c)) goto GC_Control;
1853 if (sets[URX_GC_L]->contains(c)) goto GC_L;
1854 if (sets[URX_GC_LV]->contains(c)) goto GC_V;
1855 if (sets[URX_GC_LVT]->contains(c)) goto GC_T;
1856 if (sets[URX_GC_V]->contains(c)) goto GC_V;
1857 if (sets[URX_GC_T]->contains(c)) goto GC_T;
1865 if (sets[URX_GC_L]->contains(c)) goto GC_L;
1866 if (sets[URX_GC_LV]->contains(c)) goto GC_V;
1867 if (sets[URX_GC_LVT]->contains(c)) goto GC_T;
1868 if (sets[URX_GC_V]->contains(c)) goto GC_V;
1875 if (sets[URX_GC_V]->contains(c)) goto GC_V;
1876 if (sets[URX_GC_T]->contains(c)) goto GC_T;
1883 if (sets[URX_GC_T]->contains(c)) goto GC_T;
1894 if (sets[URX_GC_EXTEND]->contains(c) == FALSE) {
1931 // Test input character against one of the predefined sets
1968 // the predefined sets (Word Characters, for example)
2004 U_ASSERT(opValue > 0 && opValue < sets->size());
2011 UnicodeSet *s = (UnicodeSet *)sets->elementAt(opValue);
2600 U_ASSERT(opValue > 0 && opValue < sets->size());
2602 UnicodeSet *s = (UnicodeSet *)sets->elementAt(opValue);