Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp196 uint8_t *oldSk = NULL, *newSk = sk1; in testConformance() local
225 if(oldSk != NULL) { in testConformance()
227 int32_t skres = withSortKeys ? strcmp((char *)oldSk, (char *)newSk) : 0; in testConformance()
265 prettify(CollationKey(oldSk, oldLen), oldS); in testConformance()
276 oldSk = newSk; in testConformance()
Dtsmthred.cpp1159 uint8_t *oldSk = NULL, *newSk = sk1; in run() local
1171 if(oldSk != NULL) { in run()
1172 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in run()
1201 oldSk = newSk; in run()
/external/chromium_org/third_party/icu/source/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.cpp1154 uint8_t *oldSk = NULL, *newSk = sk1; in run() local
1166 if(oldSk != NULL) { in run()
1167 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in run()
1196 oldSk = newSk; in run()