Searched defs:revResult (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmnkytst.cpp45 CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t revResult) argument
47 if (revResult != -result)
55 msg += (UnicodeString) " (result " + result + ", reverse Result " + revResult + ")";
96 int32_t revResult = collationKey2.compareTo(collationKey1); // Tertiary local
97 report( subs, subt, result, revResult);
103 revResult = collationKey2.compareTo(collationKey1); // Secondary
104 report( subs, subt, result, revResult);
110 revResult = collationKey2.compareTo(collationKey1); // Primary
111 report(subs, subt, result, revResult);
166 int32_t revResult local
[all...]
/external/icu4c/test/intltest/
H A Dmnkytst.cpp45 CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t revResult) argument
47 if (revResult != -result)
55 msg += (UnicodeString) " (result " + result + ", reverse Result " + revResult + ")";
96 int32_t revResult = collationKey2.compareTo(collationKey1); // Tertiary local
97 report( subs, subt, result, revResult);
103 revResult = collationKey2.compareTo(collationKey1); // Secondary
104 report( subs, subt, result, revResult);
110 revResult = collationKey2.compareTo(collationKey1); // Primary
111 report(subs, subt, result, revResult);
166 int32_t revResult local
[all...]

Completed in 1337 milliseconds