Searched refs:URX_ISWORD_SET (Results 1 – 4 of 4) sorted by relevance
160 … fPropSets[URX_ISWORD_SET] = new UnicodeSet(UnicodeString(TRUE, gIsWordPattern, -1), *status); in RegexStaticSets()171 …if (fPropSets[URX_ISWORD_SET] == NULL || fPropSets[URX_ISSPACE_SET] == NULL || fPropSets[URX_GC_EX… in RegexStaticSets()
267 URX_ISWORD_SET = 1, enumerator
1236 URX_BUILD(URX_STAT_SETREF_N, URX_ISWORD_SET), *fStatus); in doParseActions()1242 URX_BUILD(URX_STATIC_SETREF, URX_ISWORD_SET), *fStatus); in doParseActions()1565 set->addAll(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()1572 UnicodeSet SSet(*RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions()4073 set = new UnicodeSet(*(fRXPat->fStaticSets[URX_ISWORD_SET])); in createSetForProperty()
2539 cIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(c); in isWordBoundary()2552 prevCIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(prevChar); in isWordBoundary()2577 cIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(c); in isChunkWordBoundary()2591 prevCIsWord = fPattern->fStaticSets[URX_ISWORD_SET]->contains(prevChar); in isChunkWordBoundary()