Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ducaconf.cpp164 uint8_t *oldSk = NULL, *newSk = sk1; in testConformance() local
183 resLen = ucol_getSortKey(coll, buffer, buflen, newSk, 1024); in testConformance()
188 res = strcmp((char *)oldSk, (char *)newSk); in testConformance()
205 prettify(CollationKey(newSk, resLen), newS); in testConformance()
219 oldSk = newSk; in testConformance()
222 newSk = (newSk == sk1)?sk2:sk1; in testConformance()
Dtsmthred.cpp1210 uint8_t *oldSk = NULL, *newSk = sk1; in run() local
1215 resLen = ucol_getSortKey(coll, lines[i].buff, lines[i].buflen, newSk, 1024); in run()
1220 res = strcmp((char *)oldSk, (char *)newSk); in run()
1251 oldSk = newSk; in run()
1254 newSk = (newSk == sk1)?sk2:sk1; in run()