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

  /external/chromium/base/
utf_string_conversions.cc 131 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) {
136 string16 UTF8ToUTF16(const base::StringPiece& utf8) {
140 UTF8ToUTF16(utf8.data(), utf8.length(), &ret);
160 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) {
164 string16 UTF8ToUTF16(const base::StringPiece& utf8) {
  /external/chromium_org/base/strings/
utf_string_conversions.cc 128 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) {
133 string16 UTF8ToUTF16(const StringPiece& utf8) {
137 UTF8ToUTF16(utf8.data(), utf8.length(), &ret);
157 bool UTF8ToUTF16(const char* src, size_t src_len, string16* output) {
161 string16 UTF8ToUTF16(const StringPiece& utf8) {
  /external/chromium_org/ppapi/tests/
test_char_set.cc 53 utf16 = UTF8ToUTF16(utf8source);
61 utf16 = UTF8ToUTF16("h\xe4\xbd\xa0i");
124 utf16 = UTF8ToUTF16("hello");
148 utf16 = UTF8ToUTF16(utf8source);
160 utf16 = UTF8ToUTF16("h\xe4\xbd\xa0i");
367 std::vector<uint16_t> TestCharSet::UTF8ToUTF16(const std::string& utf8) {
  /external/chromium_org/third_party/libxml/src/
encoding.c 662 * UTF8ToUTF16:
675 UTF8ToUTF16(unsigned char* outb, int *outlen,
    [all...]
  /external/libxml2/
encoding.c 662 * UTF8ToUTF16:
675 UTF8ToUTF16(unsigned char* outb, int *outlen,
    [all...]

Completed in 270 milliseconds