Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring_unittest.cpp142 const wchar_t* c_string3 = L"hellod"; in TEST() local
145 EXPECT_FALSE(wide_string == c_string3); in TEST()
148 EXPECT_FALSE(c_string3 == wide_string); in TEST()
243 const wchar_t* c_string3 = L"hellod"; in TEST() local
246 EXPECT_TRUE(wide_string != c_string3); in TEST()
249 EXPECT_TRUE(c_string3 != wide_string); in TEST()
380 const wchar_t* c_string3 = L"hellod"; in TEST() local
383 EXPECT_FALSE(wide_string_c == c_string3); in TEST()
387 EXPECT_FALSE(c_string3 == wide_string_c); in TEST()
432 const wchar_t* c_string3 = L"hellod"; in TEST() local
[all …]
Dfx_basic_bstring_unittest.cpp142 const char* c_string3 = "hellod"; in TEST() local
145 EXPECT_FALSE(byte_string == c_string3); in TEST()
148 EXPECT_FALSE(c_string3 == byte_string); in TEST()
243 const char* c_string3 = "hellod"; in TEST() local
246 EXPECT_TRUE(byte_string != c_string3); in TEST()
249 EXPECT_TRUE(c_string3 != byte_string); in TEST()
545 const char* c_string3 = "hellod"; in TEST() local
548 EXPECT_FALSE(byte_string_c == c_string3); in TEST()
552 EXPECT_FALSE(c_string3 == byte_string_c); in TEST()
597 const char* c_string3 = "hellod"; in TEST() local
[all …]