Searched refs:narrow_with_nul (Results 1 – 1 of 1) sorted by relevance
502 std::string narrow_with_nul = UTF16ToASCII(string16_with_nul); in TEST() local504 narrow_with_nul.length()); in TEST()505 EXPECT_EQ(0, string_with_nul.compare(narrow_with_nul)); in TEST()