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

  /external/pdfium/core/fxcrt/
bytestring_unittest.cpp 66 const char* const c_def = "def"; local
76 EXPECT_FALSE(c_def < def);
81 EXPECT_FALSE(def < c_def);
113 EXPECT_FALSE(c_def < empty);
114 EXPECT_TRUE(empty < c_def);
132 EXPECT_FALSE(c_def < a);
133 EXPECT_TRUE(a < c_def);
141 EXPECT_FALSE(c_def < abc);
142 EXPECT_TRUE(abc < c_def);
    [all...]
widestring_unittest.cpp 65 const wchar_t* const c_def = L"\x1001qq"; local
75 EXPECT_FALSE(c_def < def);
80 EXPECT_FALSE(def < c_def);
112 EXPECT_FALSE(c_def < empty);
113 EXPECT_TRUE(empty < c_def);
131 EXPECT_FALSE(c_def < a);
132 EXPECT_TRUE(a < c_def);
140 EXPECT_FALSE(c_def < abc);
141 EXPECT_TRUE(abc < c_def);
985 const wchar_t* const c_def = L"\x1001qq"
    [all...]

Completed in 239 milliseconds