Searched refs:URX_ISWORD_SET (Results 1 – 4 of 4) sorted by relevance
158 … 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()
261 URX_ISWORD_SET = 1, enumerator
1251 appendOp(URX_STAT_SETREF_N, URX_ISWORD_SET); in doParseActions()1256 appendOp(URX_STATIC_SETREF, URX_ISWORD_SET); in doParseActions()1645 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()1652 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()4423 … set.adoptInsteadAndCheckErrorCode(new UnicodeSet(*(fRXPat->fStaticSets[URX_ISWORD_SET])), status); in createSetForProperty()
2545 cIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(c); in isWordBoundary()2558 prevCIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(prevChar); in isWordBoundary()2583 cIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(c); in isChunkWordBoundary()2597 prevCIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(prevChar); in isChunkWordBoundary()