HomeSort by relevance Sort by last modified time
    Searched refs:URX_GC_NORMAL (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
regexst.cpp 189 fPropSets[URX_GC_NORMAL] = new UnicodeSet(0, UnicodeSet::MAX_VALUE);
191 if (fPropSets[URX_GC_NORMAL] == NULL) {
194 fPropSets[URX_GC_NORMAL]->remove(0xac00, 0xd7a4);
195 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_CONTROL]);
196 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]);
197 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_V]);
198 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_T]);
regeximp.h 264 URX_GC_NORMAL, // Sets for finding grapheme cluster boundaries.
rematch.cpp     [all...]

Completed in 3768 milliseconds