Searched refs:isAtLeastUCA62 (Results 1 - 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
H A D | ucaconf.h | 48 UBool isAtLeastUCA62; member in class:UCAConformanceTest
|
H A D | ucaconf.cpp | 46 isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0; 94 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); 103 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); 247 if(res == 0 && !isAtLeastUCA62) {
|
H A D | tsmthred.cpp | 1141 UBool isAtLeastUCA62; member in class:CollatorThreadTest 1147 isAtLeastUCA62(TRUE) 1155 isAtLeastUCA62 = atLeastUCA62; 1187 if(res == 0 && !isAtLeastUCA62) { 1299 UBool isAtLeastUCA62 = uprv_memcmp(uniVersion, v62, 4) >= 0; local 1309 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); 1320 tests[j].setCollator(coll.getAlias(), lines.getAlias(), lineNum, isAtLeastUCA62);
|
Completed in 137 milliseconds