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

  /external/chromium_org/third_party/icu/source/test/intltest/
ucaconf.cpp 202 uint8_t *oldSk = NULL, *newSk = sk1;
229 int32_t resLen = coll->getSortKey(buffer, buflen, newSk, 1024);
232 int32_t skres = strcmp((char *)oldSk, (char *)newSk);
262 prettify(CollationKey(newSk, resLen), newS);
271 oldSk = newSk;
275 newSk = sk2;
279 newSk = sk1;
tsmthred.cpp     [all...]
  /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     [all...]

Completed in 143 milliseconds