OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIRM_GE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp
37
#define
CONFIRM_GE
(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected)); }
747
CONFIRM_GE
(count,1);
822
CONFIRM_GE
(row_count,1);
833
CONFIRM_GE
(column_count,1);
909
CONFIRM_GE
((int32_t)tag_count, (int32_t)0);
[
all
...]
restest.cpp
39
#define
CONFIRM_GE
(actual, expected, myAction) if ((actual)>=(expected)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected) + "\n");}
426
CONFIRM_GE
(count, 1, action);
/external/icu/icu4c/source/test/intltest/
restsnew.cpp
37
#define
CONFIRM_GE
(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected)); }
747
CONFIRM_GE
(count,1);
822
CONFIRM_GE
(row_count,1);
833
CONFIRM_GE
(column_count,1);
909
CONFIRM_GE
((int32_t)tag_count, (int32_t)0);
[
all
...]
restest.cpp
38
#define
CONFIRM_GE
(actual, expected, myAction) if ((actual)>=(expected)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected) + "\n");}
425
CONFIRM_GE
(count, 1, action);
Completed in 2183 milliseconds