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

/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp340 UnicodeSet roundtripExclusionsSet; member in class:RTTest
518 this->roundtripExclusionsSet.clear();
520 this->roundtripExclusionsSet.applyPattern(UnicodeString(roundtripExclusions, -1, US_INV), status);
788 roundtripExclusionsSet.contains(c) == FALSE
789 && roundtripExclusionsSet.contains(srcStr)==FALSE) {
861 roundtripExclusionsSet.contains(c) == FALSE&&
862 roundtripExclusionsSet.contains(d) == FALSE &&
863 roundtripExclusionsSet.contains(srcStr)== FALSE)

Completed in 30 milliseconds