HomeSort by relevance Sort by last modified time
    Searched defs:UTF16ToUTF8 (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
utf_string_conversions.cc 144 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) {
149 std::string UTF16ToUTF8(const string16& utf16) {
153 UTF16ToUTF8(utf16.data(), utf16.length(), &ret);
168 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) {
172 std::string UTF16ToUTF8(const string16& utf16) {
  /external/chromium_org/base/strings/
utf_string_conversions.cc 141 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) {
146 std::string UTF16ToUTF8(const string16& utf16) {
150 UTF16ToUTF8(utf16.data(), utf16.length(), &ret);
165 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) {
169 std::string UTF16ToUTF8(const string16& utf16) {

Completed in 63 milliseconds