OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doTestVariant
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp
140
IntlTestCollator::
doTestVariant
(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result)
261
doTestVariant
(col, source, target, result);
263
doTestVariant
(col, target, source, Collator::GREATER);
265
doTestVariant
(col, target, source, Collator::LESS);
/external/icu4c/test/intltest/
tscoll.cpp
144
IntlTestCollator::
doTestVariant
(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result)
265
doTestVariant
(col, source, target, result);
267
doTestVariant
(col, target, source, Collator::GREATER);
269
doTestVariant
(col, target, source, Collator::LESS);
/external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c
268
static void
doTestVariant
(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
424
doTestVariant
(myCollation, source, target, result);
426
doTestVariant
(myCollation, target, source, UCOL_GREATER);
428
doTestVariant
(myCollation, target, source, UCOL_LESS);
430
doTestVariant
(myCollation, target, source, UCOL_EQUAL);
[
all
...]
/external/icu4c/test/cintltst/
callcoll.c
268
static void
doTestVariant
(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
452
doTestVariant
(myCollation, source, target, result);
454
doTestVariant
(myCollation, target, source, UCOL_GREATER);
456
doTestVariant
(myCollation, target, source, UCOL_LESS);
458
doTestVariant
(myCollation, target, source, UCOL_EQUAL);
[
all
...]
Completed in 191 milliseconds