HomeSort by relevance Sort by last modified time
    Searched refs:c_null (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
bytestring_unittest.cpp 62 const char* const c_null = nullptr; local
72 EXPECT_FALSE(c_null < empty);
77 EXPECT_FALSE(empty < c_null);
89 EXPECT_TRUE(c_null < a);
93 EXPECT_FALSE(a < c_null);
100 EXPECT_TRUE(c_null < abc);
104 EXPECT_FALSE(abc < c_null);
111 EXPECT_TRUE(c_null < def);
115 EXPECT_FALSE(def < c_null);
    [all...]
widestring_unittest.cpp 61 const wchar_t* const c_null = nullptr; local
71 EXPECT_FALSE(c_null < empty);
76 EXPECT_FALSE(empty < c_null);
88 EXPECT_TRUE(c_null < a);
92 EXPECT_FALSE(a < c_null);
99 EXPECT_TRUE(c_null < abc);
103 EXPECT_FALSE(abc < c_null);
110 EXPECT_TRUE(c_null < def);
114 EXPECT_FALSE(def < c_null);
981 const wchar_t* const c_null = nullptr
    [all...]

Completed in 66 milliseconds