OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_ASSERT_M
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp
36
#define
TEST_ASSERT_M
(x, m) {if (!(x)) { \
941
TEST_ASSERT_M
(pm!=NULL, "No pattern match with strstr");
947
TEST_ASSERT_M
(refMatchPos == icuMatchPos, "strstr and icu give different match positions.");
[
all
...]
/external/icu/icu4c/source/test/intltest/
ssearch.cpp
36
#define
TEST_ASSERT_M
(x, m) {if (!(x)) { \
938
TEST_ASSERT_M
(pm!=NULL, "No pattern match with strstr");
944
TEST_ASSERT_M
(refMatchPos == icuMatchPos, "strstr and icu give different match positions.");
[
all
...]
Completed in 185 milliseconds