HomeSort by relevance Sort by last modified time
    Searched defs:isAtLeastUCA62 (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
ucaconf.h 50 UBool isAtLeastUCA62;
tsmthred.cpp 849 UBool isAtLeastUCA62;
855 isAtLeastUCA62(TRUE)
863 isAtLeastUCA62 = atLeastUCA62;
895 if(res == 0 && !isAtLeastUCA62) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
UCAConformanceTest.java 52 private boolean isAtLeastUCA62 = UCharacter.getUnicodeVersion().compareTo(VersionInfo.UNICODE_6_2) >= 0;
123 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.TERTIARY);
133 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY);
247 if (res == 0 && !isAtLeastUCA62) {
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java 49 private boolean isAtLeastUCA62 = UCharacter.getUnicodeVersion().compareTo(VersionInfo.UNICODE_6_2) >= 0;
120 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.TERTIARY);
130 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY);
244 if (res == 0 && !isAtLeastUCA62) {

Completed in 237 milliseconds