Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ducaconf.cpp202 uint8_t *oldSk = NULL, *newSk = sk1; in testConformance() local
231 if(oldSk != NULL) { in testConformance()
232 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in testConformance()
261 prettify(CollationKey(oldSk, oldLen), oldS); in testConformance()
271 oldSk = newSk; in testConformance()
Dtsmthred.cpp1033 uint8_t *oldSk = NULL, *newSk = sk1; in run() local
1045 if(oldSk != NULL) { in run()
1046 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in run()
1075 oldSk = newSk; in run()