HomeSort by relevance Sort by last modified time
    Searched refs:newSk (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
UCAConformanceTest.java 206 RawCollationKey oldSk = null, newSk = sk1;
222 coll.getRawCollationKey(buffer, newSk);
226 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0;
264 errln(" Current key: " + CollationTest.prettify(newSk));
269 oldSk = newSk;
273 newSk = sk2;
275 newSk = sk1;
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 196 uint8_t *oldSk = NULL, *newSk = sk1;
223 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0;
227 int32_t skres = withSortKeys ? strcmp((char *)oldSk, (char *)newSk) : 0;
266 prettify(CollationKey(newSk, resLen), newS);
276 oldSk = newSk;
280 newSk = sk2;
284 newSk = sk1;
tsmthred.cpp 915 uint8_t *oldSk = NULL, *newSk = sk1;
925 int32_t resLen = coll->getSortKey(lines[i].buff, lines[i].buflen, newSk, 1024);
928 int32_t skres = strcmp((char *)oldSk, (char *)newSk);
957 oldSk = newSk;
962 newSk = (newSk == sk1)?sk2:sk1;
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java 202 RawCollationKey oldSk = null, newSk = sk1;
218 coll.getRawCollationKey(buffer, newSk);
222 int skres = withSortKeys ? oldSk.compareTo(newSk) : 0;
260 errln(" Current key: " + CollationTest.prettify(newSk));
265 oldSk = newSk;
269 newSk = sk2;
271 newSk = sk1;

Completed in 146 milliseconds