Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp62 const char* const c_null = nullptr; in TEST() local
72 EXPECT_FALSE(c_null < empty); in TEST()
77 EXPECT_FALSE(empty < c_null); in TEST()
89 EXPECT_TRUE(c_null < a); in TEST()
93 EXPECT_FALSE(a < c_null); in TEST()
100 EXPECT_TRUE(c_null < abc); in TEST()
104 EXPECT_FALSE(abc < c_null); in TEST()
111 EXPECT_TRUE(c_null < def); in TEST()
115 EXPECT_FALSE(def < c_null); in TEST()
1194 const char* const c_null = nullptr; in TEST() local
[all …]
Dwidestring_unittest.cpp61 const wchar_t* const c_null = nullptr; in TEST() local
71 EXPECT_FALSE(c_null < empty); in TEST()
76 EXPECT_FALSE(empty < c_null); in TEST()
88 EXPECT_TRUE(c_null < a); in TEST()
92 EXPECT_FALSE(a < c_null); in TEST()
99 EXPECT_TRUE(c_null < abc); in TEST()
103 EXPECT_FALSE(abc < c_null); in TEST()
110 EXPECT_TRUE(c_null < def); in TEST()
114 EXPECT_FALSE(def < c_null); in TEST()
981 const wchar_t* const c_null = nullptr; in TEST() local
[all …]