Searched defs:fCloseSet (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Drbbitst.cpp2327 UnicodeSet *fCloseSet; member in class:RBBISentMonkey
2354 fCloseSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Close}]"), status);
2374 fOtherSet->removeAll(*fCloseSet);
2387 fSets->addElement(fCloseSet, status);
2519 while (fCloseSet->contains(cAt(p8))) {
2544 while (fCloseSet->contains(cAt(p8))) {
2555 while (fCloseSet->contains(cAt(p9))) {
2560 if (fCloseSet->contains(c2) || fSpSet->contains(c2) || fSepSet->contains(c2)) {
2570 while (fCloseSet->contains(cAt(p10))) {
2587 while (fCloseSet
[all...]

Completed in 49 milliseconds