Home
last modified time | relevance | path

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

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