Searched refs:newSk (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | ucaconf.cpp | 164 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()
|
D | tsmthred.cpp | 1210 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()
|