Lines Matching defs:src_len
26 size_t src_len, in ConvertUnicode()
48 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8()
69 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide()
95 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
104 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
115 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
129 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
149 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16()
172 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8()
197 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16()
205 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8()