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.cpp158 … fPropSets[URX_ISWORD_SET] = new UnicodeSet(UnicodeString(TRUE, gIsWordPattern, -1), *status); in RegexStaticSets()
169 …if (fPropSets[URX_ISWORD_SET] == NULL || fPropSets[URX_ISSPACE_SET] == NULL || fPropSets[URX_GC_EX… in RegexStaticSets()
Dregeximp.h261 URX_ISWORD_SET = 1, enumerator
Dregexcmp.cpp1231 appendOp(URX_STAT_SETREF_N, URX_ISWORD_SET); in doParseActions()
1236 appendOp(URX_STATIC_SETREF, URX_ISWORD_SET); in doParseActions()
1624 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
1631 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()
4415 set = new UnicodeSet(*(fRXPat->fStaticSets[URX_ISWORD_SET])); in createSetForProperty()
Drematch.cpp2547 cIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(c); in isWordBoundary()
2560 prevCIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(prevChar); in isWordBoundary()
2585 cIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(c); in isChunkWordBoundary()
2599 prevCIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(prevChar); in isChunkWordBoundary()