Home
last modified time | relevance | path

Searched refs:URX_ISWORD_SET (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexst.cpp156 … fPropSets[URX_ISWORD_SET] = new UnicodeSet(UnicodeString(TRUE, gIsWordPattern, -1), *status); in RegexStaticSets()
167 …if (fPropSets[URX_ISWORD_SET] == NULL || fPropSets[URX_ISSPACE_SET] == NULL || fPropSets[URX_GC_EX… in RegexStaticSets()
Dregeximp.h259 URX_ISWORD_SET = 1, enumerator
Dregexcmp.cpp1228 appendOp(URX_STAT_SETREF_N, URX_ISWORD_SET); in doParseActions()
1233 appendOp(URX_STATIC_SETREF, URX_ISWORD_SET); in doParseActions()
1621 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
1628 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
4405 set = new UnicodeSet(*(fRXPat->fStaticSets[URX_ISWORD_SET])); in createSetForProperty()
Drematch.cpp2543 cIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(c); in isWordBoundary()
2556 prevCIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(prevChar); in isWordBoundary()
2581 cIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(c); in isChunkWordBoundary()
2595 prevCIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(prevChar); in isChunkWordBoundary()