OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrepareForUTF8Output
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
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
86
void
PrepareForUTF8Output
(const CHAR* src, size_t src_len, std::string* output);
89
// UTF-8 input that will be converted to it. See
PrepareForUTF8Output
().
utf_string_conversions.cc
11
using base::
PrepareForUTF8Output
;
49
PrepareForUTF8Output
(src, src_len, output);
145
PrepareForUTF8Output
(src, src_len, output);
Completed in 30 milliseconds