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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DUCAConformanceTest.java206 RawCollationKey oldSk = null, newSk = sk1;
224 if (oldSk != null) {
226 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0;
264 errln(" Previous key: " + CollationTest.prettify(oldSk));
270 oldSk = newSk;
273 if (oldSk == sk1) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DUCAConformanceTest.java203 RawCollationKey oldSk = null, newSk = sk1;
221 if (oldSk != null) {
223 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0;
261 errln(" Previous key: " + CollationTest.prettify(oldSk));
267 oldSk = newSk;
270 if (oldSk == sk1) {
/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp198 uint8_t *oldSk = NULL, *newSk = sk1; local
227 if(oldSk != NULL) {
229 int32_t skres = withSortKeys ? strcmp((char *)oldSk, (char *)newSk) : 0;
267 prettify(CollationKey(oldSk, oldLen), oldS);
278 oldSk = newSk;
H A Dtsmthred.cpp917 uint8_t *oldSk = NULL, *newSk = sk1; local
929 if(oldSk != NULL) {
930 int32_t skres = strcmp((char *)oldSk, (char *)newSk);
959 oldSk = newSk;

Completed in 263 milliseconds