Searched refs:oldSk (Results 1 – 4 of 4) sorted by relevance
203 RawCollationKey oldSk = null, newSk = sk1; in conformanceTest() local221 if (oldSk != null) { in conformanceTest()223 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0; in conformanceTest()261 errln(" Previous key: " + CollationTest.prettify(oldSk)); in conformanceTest()267 oldSk = newSk; in conformanceTest()270 if (oldSk == sk1) { in conformanceTest()
206 RawCollationKey oldSk = null, newSk = sk1; in conformanceTest() local224 if (oldSk != null) { in conformanceTest()226 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0; in conformanceTest()264 errln(" Previous key: " + CollationTest.prettify(oldSk)); in conformanceTest()270 oldSk = newSk; in conformanceTest()273 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()
743 uint8_t *oldSk = NULL, *newSk = sk1; in run() local753 if(oldSk != NULL) { in run()754 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in run()783 oldSk = newSk; in run()