OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrepareForUTF8Output
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/base/strings/
utf_string_conversion_utils.cc
108
void
PrepareForUTF8Output
(const CHAR* src,
124
template void
PrepareForUTF8Output
(const wchar_t*, size_t, std::string*);
125
template void
PrepareForUTF8Output
(const char16*, size_t, std::string*);
utf_string_conversion_utils.h
90
void
PrepareForUTF8Output
(const CHAR* src, size_t src_len, std::string* output);
93
// UTF-8 input that will be converted to it. See
PrepareForUTF8Output
().
utf_string_conversions.cc
53
PrepareForUTF8Output
(src, src_len, output);
64
PrepareForUTF8Output
(wide.data(), wide.length(), &ret);
177
PrepareForUTF8Output
(src, src_len, output);
214
PrepareForUTF8Output
(utf16.data(), utf16.length(), &ret);
/external/libweave/third_party/chromium/base/strings/
utf_string_conversion_utils.cc
58
void
PrepareForUTF8Output
(const CHAR* src,
utf_string_conversion_utils.h
81
void
PrepareForUTF8Output
(const CHAR* src, size_t src_len, std::string* output);
84
// UTF-8 input that will be converted to it. See
PrepareForUTF8Output
().
Completed in 394 milliseconds