OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srckey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp
148
CollationKey
srckey
, tgtkey;
local
149
col->getCollationKey(source,
srckey
, status);
154
Collator::EComparisonResult keyResult =
srckey
.compareTo(tgtkey);
156
reportCResult(source, target,
srckey
, tgtkey, compareResult, keyResult, result, result);
/external/icu4c/test/intltest/
tscoll.cpp
152
CollationKey
srckey
, tgtkey;
local
153
col->getCollationKey(source,
srckey
, status);
158
Collator::EComparisonResult keyResult =
srckey
.compareTo(tgtkey);
160
reportCResult(source, target,
srckey
, tgtkey, compareResult, keyResult, result, result);
Completed in 24 milliseconds