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

  /external/icu4c/i18n/
regexst.cpp 193 fPropSets[URX_GC_NORMAL] = new UnicodeSet(0, UnicodeSet::MAX_VALUE);
195 if (fPropSets[URX_GC_NORMAL] == NULL) {
198 fPropSets[URX_GC_NORMAL]->remove(0xac00, 0xd7a4);
199 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_CONTROL]);
200 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]);
201 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_V]);
202 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_T]);
regeximp.h 272 URX_GC_NORMAL, // Sets for finding grapheme cluster boundaries.
rematch.cpp     [all...]

Completed in 1782 milliseconds