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

  /external/icu/icu4c/source/test/intltest/
convtest.cpp 379 UnicodeSet cnvSet, mapSet, mapnotSet, diffSet;
380 UnicodeSet *cnvSetPtr = &cnvSet;
469 // are there items that must be in cnvSet but are not?
470 (diffSet=mapSet).removeAll(cnvSet);
481 // are there items that must not be in cnvSet but are?
482 (diffSet=mapnotSet).retainAll(cnvSet);
    [all...]

Completed in 6836 milliseconds