OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sortk1
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
apicoll.cpp
525
CollationKey
sortk1
, sortk2, sortk3;
local
528
col3->getCollationKey(test1,
sortk1
, status);
532
doAssert(
sortk1
.hashCode() != sortk2.hashCode(), "Hash test1 result incorrect");
555
CollationKey
sortk1
, sortk2;
local
560
col->getCollationKey(NULL, 0,
sortk1
, key1Status);
563
sortk1
.getByteArray(length);
564
doAssert(
sortk1
.isBogus() == FALSE && length == 0,
568
col->getCollationKey(NULL, 0,
sortk1
, key1Status);
569
doAssert(
sortk1
.getByteArray(length) == NULL && length == 0,
575
col->getCollationKey(test1,
sortk1
, key1Status)
[
all
...]
/external/icu4c/test/cintltst/
capitst.c
1080
uint8_t *
sortk1
= NULL, *sortk2 = NULL, *sortk3 = NULL, *sortkEmpty = NULL;
local
1225
uint8_t *
sortk1
, *sortk2, *sortk3;
local
[
all
...]
Completed in 58 milliseconds