Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/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.cpp1224 uint8_t *oldSk = NULL, *newSk = sk1; in run() local
1229 resLen = ucol_getSortKey(coll, lines[i].buff, lines[i].buflen, newSk, 1024); in run()
1234 res = strcmp((char *)oldSk, (char *)newSk); in run()
1265 oldSk = newSk; in run()
1268 newSk = (newSk == sk1)?sk2:sk1; in run()
/external/icu4c/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()
237 oldSk = newSk; in testConformance()
241 newSk = sk2; in testConformance()
245 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()
906 oldSk = newSk; in run()
909 newSk = (newSk == sk1)?sk2:sk1; in run()