Searched refs:oldSk (Results 1 – 3 of 3) sorted by relevance
202 RawCollationKey oldSk = null, newSk = sk1; in conformanceTest() local220 if(oldSk != null) { in conformanceTest()222 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()
196 uint8_t *oldSk = NULL, *newSk = sk1; in testConformance() local225 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()
1172 uint8_t *oldSk = NULL, *newSk = sk1; in run() local1184 if(oldSk != NULL) { in run()1185 int32_t skres = strcmp((char *)oldSk, (char *)newSk); in run()1214 oldSk = newSk; in run()