HomeSort by relevance Sort by last modified time
    Searched full:roundtripexclusionsset (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/intltest/
transrt.cpp 340 UnicodeSet roundtripExclusionsSet;
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)
    [all...]

Completed in 106 milliseconds