HomeSort by relevance Sort by last modified time
    Searched full:test_assert_string (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
reapits.c 67 static void test_assert_string(const char *expected, const UChar *actual, UBool nulTerm, const char *file, int line) { function
86 #define TEST_ASSERT_STRING(expected, actual, nulTerm) test_assert_string(expected, actual, nulTerm, __FILE__, __LINE__)
563 TEST_ASSERT_STRING("abc interior def", buf, TRUE);
570 TEST_ASSERT_STRING(" interior ", buf, TRUE);
589 TEST_ASSERT_STRING("abc i", buf, FALSE);
597 TEST_ASSERT_STRING("abc interior def", buf, FALSE);
620 TEST_ASSERT_STRING("345", resultString, TRUE);
755 TEST_ASSERT_STRING("Replace <aa> x1x x...x.", buf, TRUE);
763 TEST_ASSERT_STRING("No match here.", buf, TRUE)
    [all...]
spooftest.c 66 static void test_assert_string(const char *expected, const UChar *actual, UBool nulTerm, const char *file, int line) { function
85 #define TEST_ASSERT_STRING(expected, actual, nulTerm) test_assert_string(expected, actual, nulTerm, __FILE__, __LINE__)

Completed in 31 milliseconds