OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldSk
(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;
224
if(
oldSk
!= null) {
226
int skres = withSortKeys ?
oldSk
.compareTo(newSk) : 0;
263
errln(" Previous key: " + CollationTest.prettify(
oldSk
));
269
oldSk
= newSk;
272
if(
oldSk
== sk1) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java
202
RawCollationKey
oldSk
= null, newSk = sk1;
220
if(
oldSk
!= null) {
222
int skres = withSortKeys ?
oldSk
.compareTo(newSk) : 0;
259
errln(" Previous key: " + CollationTest.prettify(
oldSk
));
265
oldSk
= newSk;
268
if(
oldSk
== sk1) {
/external/icu/icu4c/source/test/intltest/
ucaconf.cpp
196
uint8_t *
oldSk
= NULL, *newSk = sk1;
225
if(
oldSk
!= NULL) {
227
int32_t skres = withSortKeys ? strcmp((char *)
oldSk
, (char *)newSk) : 0;
265
prettify(CollationKey(
oldSk
, oldLen), oldS);
276
oldSk
= newSk;
tsmthred.cpp
915
uint8_t *
oldSk
= NULL, *newSk = sk1;
927
if(
oldSk
!= NULL) {
928
int32_t skres = strcmp((char *)
oldSk
, (char *)newSk);
957
oldSk
= newSk;
[
all
...]
Completed in 76 milliseconds