Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Ducaconf.cpp167 uint8_t *oldSk = NULL, *newSk = sk1; in testConformance() local
194 resLen = ucol_getSortKey(coll, buffer, buflen, newSk, 1024); in testConformance()
199 res = strcmp((char *)oldSk, (char *)newSk); in testConformance()
218 prettify(CollationKey(newSk, resLen), newS); in testConformance()
242 oldSk = newSk; in testConformance()
246 newSk = sk2; in testConformance()
250 newSk = sk1; in testConformance()
Dtsmthred.cpp865 uint8_t *oldSk = NULL, *newSk = sk1; in run() local
870 resLen = ucol_getSortKey(coll, lines[i].buff, lines[i].buflen, newSk, 1024); in run()
875 res = strcmp((char *)oldSk, (char *)newSk); in run()
911 oldSk = newSk; in run()
914 newSk = (newSk == sk1)?sk2:sk1; in run()
/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.cpp1159 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()