Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_util_unittest.cc497 const int length_with_nul = arraysize(chars_with_nul) - 1; in TEST() local
498 std::string string_with_nul(chars_with_nul, length_with_nul); in TEST()
500 EXPECT_EQ(static_cast<string16::size_type>(length_with_nul), in TEST()
503 EXPECT_EQ(static_cast<std::string::size_type>(length_with_nul), in TEST()