HomeSort by relevance Sort by last modified time
    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/icu/icu4c/source/test/intltest/
tscoll.cpp 126 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result)
247 doTestVariant(col, source, target, result);
249 doTestVariant(col, target, source, Collator::GREATER);
251 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/icu/icu4c/source/test/cintltst/
callcoll.c 268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
453 doTestVariant(myCollation, source, target, result);
455 doTestVariant(myCollation, target, source, UCOL_GREATER);
457 doTestVariant(myCollation, target, source, UCOL_LESS);
459 doTestVariant(myCollation, target, source, UCOL_EQUAL);
    [all...]

Completed in 1173 milliseconds