HomeSort by relevance Sort by last modified time
    Searched refs:doTestVariant (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/intltest/
tscoll.h 36 void doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
tscoll.cpp 142 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result)
263 doTestVariant(col, source, target, result);
265 doTestVariant(col, target, source, Collator::GREATER);
267 doTestVariant(col, target, source, Collator::LESS);
  /external/icu4c/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...]

Completed in 26 milliseconds