Home
last modified time | relevance | path

Searched refs:newSk (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DUCAConformanceTest.java202 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/
Ducaconf.cpp196 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()
Dtsmthred.cpp1172 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()