OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:string16_with_nul
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/strings/
string_util_unittest.cc
499
string16
string16_with_nul
= ASCIIToUTF16(string_with_nul);
local
501
string16_with_nul
.length());
502
std::string narrow_with_nul = UTF16ToASCII(
string16_with_nul
);
[
all
...]
Completed in 164 milliseconds