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

  /external/icu4c/test/intltest/
ucaconf.h 48 UBool isAtLeastUCA62;
ucaconf.cpp 44 isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0;
92 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status);
101 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
248 if(res == 0 && !isAtLeastUCA62) {
tsmthred.cpp 1015 UBool isAtLeastUCA62;
1021 isAtLeastUCA62(TRUE)
1029 isAtLeastUCA62 = atLeastUCA62;
1061 if(res == 0 && !isAtLeastUCA62)
    [all...]

Completed in 459 milliseconds