Home
last modified time | relevance | path

Searched refs:URX_ISSPACE_SET (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexst.cpp159 … fPropSets[URX_ISSPACE_SET] = new UnicodeSet(UnicodeString(TRUE, gIsSpacePattern, -1), *status); in RegexStaticSets()
169 …if (fPropSets[URX_ISWORD_SET] == NULL || fPropSets[URX_ISSPACE_SET] == NULL || fPropSets[URX_GC_EX… in RegexStaticSets()
Dregeximp.h264 URX_ISSPACE_SET = 4, enumerator
Dregexcmp.cpp1211 appendOp(URX_STAT_SETREF_N, URX_ISSPACE_SET); in doParseActions()
1216 appendOp(URX_STATIC_SETREF, URX_ISSPACE_SET); in doParseActions()
1547 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1554 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()