Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp306 const char* const c_string3 = "hellod"; in TEST() local
309 EXPECT_FALSE(byte_string == c_string3); in TEST()
312 EXPECT_FALSE(c_string3 == byte_string); in TEST()
407 const char* const c_string3 = "hellod"; in TEST() local
410 EXPECT_TRUE(byte_string != c_string3); in TEST()
413 EXPECT_TRUE(c_string3 != byte_string); in TEST()
1414 const char* const c_string3 = "hellod"; in TEST() local
1417 EXPECT_FALSE(byte_string_c == c_string3); in TEST()
1421 EXPECT_FALSE(c_string3 == byte_string_c); in TEST()
1470 const char* const c_string3 = "hellod"; in TEST() local
[all …]
Dwidestring_unittest.cpp314 const wchar_t* const c_string3 = L"hellod"; in TEST() local
317 EXPECT_FALSE(wide_string == c_string3); in TEST()
320 EXPECT_FALSE(c_string3 == wide_string); in TEST()
415 const wchar_t* const c_string3 = L"hellod"; in TEST() local
418 EXPECT_TRUE(wide_string != c_string3); in TEST()
421 EXPECT_TRUE(c_string3 != wide_string); in TEST()
1362 const wchar_t* const c_string3 = L"hellod"; in TEST() local
1365 EXPECT_FALSE(wide_string_c == c_string3); in TEST()
1369 EXPECT_FALSE(c_string3 == wide_string_c); in TEST()
1414 const wchar_t* const c_string3 = L"hellod"; in TEST() local
[all …]