OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sortk2
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
apicoll.cpp
525
CollationKey sortk1,
sortk2
, sortk3;
local
529
col3->getCollationKey(test2,
sortk2
, status);
532
doAssert(sortk1.hashCode() !=
sortk2
.hashCode(), "Hash test1 result incorrect");
533
doAssert(
sortk2
.hashCode() == sortk3.hashCode(), "Hash result not equal" );
555
CollationKey sortk1,
sortk2
;
local
576
doAssert((sortk1.compareTo(col->getCollationKey(test2,
sortk2
, key2Status)))
580
CollationKey sortk3(
sortk2
), sortkNew, sortkEmpty;
584
doAssert((sortk1 !=
sortk2
), "The sort keys should be different");
585
doAssert((sortk1.hashCode() !=
sortk2
.hashCode()), "sort key hashCode() failed");
586
doAssert((
sortk2
== sortk3), "The sort keys should be the same")
[
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 484 milliseconds