Searched refs:roundtripExclusionsSet (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp342 UnicodeSet roundtripExclusionsSet; member in class:RTTest
521 this->roundtripExclusionsSet.clear();
523 this->roundtripExclusionsSet.applyPattern(UnicodeString(roundtripExclusions, -1, US_INV), status);
791 roundtripExclusionsSet.contains(c) == FALSE
792 && roundtripExclusionsSet.contains(srcStr)==FALSE) {
864 roundtripExclusionsSet.contains(c) == FALSE&&
865 roundtripExclusionsSet.contains(d) == FALSE &&
866 roundtripExclusionsSet.contains(srcStr)== FALSE)

Completed in 95 milliseconds