OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:revResult
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
mnkytst.cpp
45
CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t
revResult
)
47
if (
revResult
!= -result)
55
msg += (UnicodeString) " (result " + result + ", reverse Result " +
revResult
+ ")";
96
int32_t
revResult
= collationKey2.compareTo(collationKey1); // Tertiary
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
= myCollator->compare(subt, subs); // Tertiar
[
all
...]
/external/icu4c/test/intltest/
mnkytst.cpp
45
CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t
revResult
)
47
if (
revResult
!= -result)
55
msg += (UnicodeString) " (result " + result + ", reverse Result " +
revResult
+ ")";
96
int32_t
revResult
= collationKey2.compareTo(collationKey1); // Tertiary
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
= myCollator->compare(subt, subs); // Tertiar
[
all
...]
Completed in 807 milliseconds