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

  /external/chromium/third_party/icu/source/test/cintltst/
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__)
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...]
  /external/icu4c/test/cintltst/
reapits.c 71 static void test_assert_string(const char *expected, const UChar *actual, UBool nulTerm, const char *file, int line) { function
90 #define TEST_ASSERT_STRING(expected, actual, nulTerm) test_assert_string(expected, actual, nulTerm, __FILE__, __LINE__)
608 TEST_ASSERT_STRING("abc interior def", buf, TRUE);
615 TEST_ASSERT_STRING(" interior ", buf, TRUE);
634 TEST_ASSERT_STRING("abc i", buf, FALSE);
642 TEST_ASSERT_STRING("abc interior def", buf, FALSE);
665 TEST_ASSERT_STRING("345", resultString, TRUE);
800 TEST_ASSERT_STRING("Replace <aa> x1x x...x.", buf, TRUE);
808 TEST_ASSERT_STRING("No match here.", buf, TRUE)
    [all...]

Completed in 157 milliseconds