Searched refs:newSk (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | UCAConformanceTest.java | 202 RawCollationKey oldSk = null, newSk = sk1; in conformanceTest() local 218 coll.getRawCollationKey(buffer, newSk); in conformanceTest() 222 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0; in conformanceTest() 260 errln(" Current key: " + CollationTest.prettify(newSk)); in conformanceTest() 265 oldSk = newSk; in conformanceTest() 269 newSk = sk2; in conformanceTest() 271 newSk = sk1; in conformanceTest()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 196 uint8_t *oldSk = NULL, *newSk = sk1; in testConformance() local 223 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0; in testConformance() 227 int32_t skres = withSortKeys ? strcmp((char *)oldSk, (char *)newSk) : 0; in testConformance() 266 prettify(CollationKey(newSk, resLen), newS); in testConformance() 276 oldSk = newSk; in testConformance() 280 newSk = sk2; in testConformance() 284 newSk = sk1; in testConformance()
|
D | tsmthred.cpp | 1172 uint8_t *oldSk = NULL, *newSk = sk1; in run() local 1182 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024); in run() 1185 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in run() 1214 oldSk = newSk; in run() 1219 newSk = (newSk == sk1)?sk2:sk1; in run()
|