Searched refs:oldSk (Results 1 – 4 of 4) sorted by relevance
201 RawCollationKey oldSk = null, newSk = sk1; in conformanceTest() local219 if (oldSk != null) { in conformanceTest()221 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0; in conformanceTest()259 errln(" Previous key: " + CollationTest.prettify(oldSk)); in conformanceTest()265 oldSk = newSk; in conformanceTest()268 if (oldSk == sk1) { in conformanceTest()
200 RawCollationKey oldSk = null, newSk = sk1; in conformanceTest() local218 if (oldSk != null) { in conformanceTest()220 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0; in conformanceTest()258 errln(" Previous key: " + CollationTest.prettify(oldSk)); in conformanceTest()264 oldSk = newSk; in conformanceTest()267 if (oldSk == sk1) { in conformanceTest()
198 uint8_t *oldSk = NULL, *newSk = sk1; in testConformance() local227 if(oldSk != NULL) { in testConformance()229 int32_t skres = withSortKeys ? strcmp((char *)oldSk, (char *)newSk) : 0; in testConformance()267 prettify(CollationKey(oldSk, oldLen), oldS); in testConformance()278 oldSk = newSk; in testConformance()
917 uint8_t *oldSk = NULL, *newSk = sk1; in run() local929 if(oldSk != NULL) { in run()930 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in run()959 oldSk = newSk; in run()