Searched refs:newSk (Results 1 – 4 of 4) sorted by relevance
/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 | 1159 uint8_t *oldSk = NULL, *newSk = sk1; in run() local 1169 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024); in run() 1172 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in run() 1201 oldSk = newSk; in run() 1206 newSk = (newSk == sk1)?sk2:sk1; in run()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | ucaconf.cpp | 202 uint8_t *oldSk = NULL, *newSk = sk1; in testConformance() local 229 int32_t resLen = coll->getSortKey(buffer, buflen, newSk, 1024); in testConformance() 232 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in testConformance() 262 prettify(CollationKey(newSk, resLen), newS); in testConformance() 271 oldSk = newSk; in testConformance() 275 newSk = sk2; in testConformance() 279 newSk = sk1; in testConformance()
|
D | tsmthred.cpp | 1154 uint8_t *oldSk = NULL, *newSk = sk1; in run() local 1164 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024); in run() 1167 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in run() 1196 oldSk = newSk; in run() 1201 newSk = (newSk == sk1)?sk2:sk1; in run()
|