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.cpp157 … fPropSets[URX_ISSPACE_SET] = new UnicodeSet(UnicodeString(TRUE, gIsSpacePattern, -1), *status); in RegexStaticSets()
167 …if (fPropSets[URX_ISWORD_SET] == NULL || fPropSets[URX_ISSPACE_SET] == NULL || fPropSets[URX_GC_EX… in RegexStaticSets()
Dregeximp.h262 URX_ISSPACE_SET = 4, enumerator
Dregexcmp.cpp1208 appendOp(URX_STAT_SETREF_N, URX_ISSPACE_SET); in doParseActions()
1213 appendOp(URX_STATIC_SETREF, URX_ISSPACE_SET); in doParseActions()
1544 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()
1551 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions()