Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp300 const char* const c_string_same1 = "hello"; in TEST() local
301 EXPECT_TRUE(byte_string == c_string_same1); in TEST()
302 EXPECT_TRUE(c_string_same1 == byte_string); in TEST()
401 const char* const c_string_same1 = "hello"; in TEST() local
402 EXPECT_FALSE(byte_string != c_string_same1); in TEST()
403 EXPECT_FALSE(c_string_same1 != byte_string); in TEST()
1408 const char* const c_string_same1 = "hello"; in TEST() local
1409 EXPECT_TRUE(byte_string_c == c_string_same1); in TEST()
1410 EXPECT_TRUE(c_string_same1 == byte_string_c); in TEST()
1464 const char* const c_string_same1 = "hello"; in TEST() local
[all …]
Dwidestring_unittest.cpp308 const wchar_t* const c_string_same1 = L"hello"; in TEST() local
309 EXPECT_TRUE(wide_string == c_string_same1); in TEST()
310 EXPECT_TRUE(c_string_same1 == wide_string); in TEST()
409 const wchar_t* const c_string_same1 = L"hello"; in TEST() local
410 EXPECT_FALSE(wide_string != c_string_same1); in TEST()
411 EXPECT_FALSE(c_string_same1 != wide_string); in TEST()
1356 const wchar_t* const c_string_same1 = L"hello"; in TEST() local
1357 EXPECT_TRUE(wide_string_c == c_string_same1); in TEST()
1358 EXPECT_TRUE(c_string_same1 == wide_string_c); in TEST()
1408 const wchar_t* const c_string_same1 = L"hello"; in TEST() local
[all …]