HomeSort by relevance Sort by last modified time
    Searched full:narrow_with_nul (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
string_util_unittest.cc 442 std::string narrow_with_nul = WideToASCII(wide_with_nul); local
444 narrow_with_nul.length());
445 EXPECT_EQ(0, string_with_nul.compare(narrow_with_nul));
    [all...]

Completed in 56 milliseconds