Home
last modified time | relevance | path

Searched refs:c_string_same1 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dbytestring_unittest.cpp337 const char* const c_string_same1 = "hello"; in TEST() local
338 EXPECT_TRUE(byte_string == c_string_same1); in TEST()
339 EXPECT_TRUE(c_string_same1 == byte_string); in TEST()
438 const char* const c_string_same1 = "hello"; in TEST() local
439 EXPECT_FALSE(byte_string != c_string_same1); in TEST()
440 EXPECT_FALSE(c_string_same1 != byte_string); in TEST()
1506 const char* const c_string_same1 = "hello"; in TEST() local
1507 EXPECT_TRUE(byte_string_c == c_string_same1); in TEST()
1508 EXPECT_TRUE(c_string_same1 == byte_string_c); in TEST()
1562 const char* const c_string_same1 = "hello"; in TEST() local
[all …]
H A Dwidestring_unittest.cpp328 const wchar_t* const c_string_same1 = L"hello"; in TEST() local
329 EXPECT_TRUE(wide_string == c_string_same1); in TEST()
330 EXPECT_TRUE(c_string_same1 == wide_string); in TEST()
429 const wchar_t* const c_string_same1 = L"hello"; in TEST() local
430 EXPECT_FALSE(wide_string != c_string_same1); in TEST()
431 EXPECT_FALSE(c_string_same1 != wide_string); in TEST()
1422 const wchar_t* const c_string_same1 = L"hello"; in TEST() local
1423 EXPECT_TRUE(wide_string_c == c_string_same1); in TEST()
1424 EXPECT_TRUE(c_string_same1 == wide_string_c); in TEST()
1474 const wchar_t* const c_string_same1 = L"hello"; in TEST() local
[all …]