Lines Matching defs:src_len
84 int32_t src_len, in DoUTFConversion()
106 int32_t src_len, in DoUTFConversion()
151 int32_t src_len, in DoUTFConversion()
205 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) { in UTF8ToUTF16()
217 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8()
234 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
243 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
254 bool WideToUTF16(const wchar_t* src, size_t src_len, string16* output) { in WideToUTF16()
266 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide()
284 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide()
299 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8()
309 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8()