HomeSort by relevance Sort by last modified time
    Searched refs:expectedLccc (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 394 UnicodeSet expectedLccc = new UnicodeSet("[:^lccc=0:]");
395 expectedLccc.add(0xdc00, 0xdfff); // add all trail surrogates
396 addLeadSurrogatesForSupplementary(expectedLccc, expectedLccc);
405 UnicodeSet diff = new UnicodeSet(expectedLccc);
416 diff.removeAll(expectedLccc);
421 addLeadSurrogatesForSupplementary(expectedLccc, expectedTccc);
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 338 UnicodeSet expectedLccc("[:^lccc=0:]", errorCode);
340 expectedLccc.add(0xdc00, 0xdfff); // add all trail surrogates
341 addLeadSurrogatesForSupplementary(expectedLccc, expectedLccc);
346 UnicodeSet diff(expectedLccc);
354 diff.removeAll(expectedLccc);
360 addLeadSurrogatesForSupplementary(expectedLccc, expectedTccc);
    [all...]

Completed in 65 milliseconds