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

  /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");
125 utf16 = UTF8ToUTF16("hello");
149 utf16 = UTF8ToUTF16(utf8source);
161 utf16 = UTF8ToUTF16("h\xe4\xbd\xa0i");
370 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 666 * UTF8ToUTF16:
679 UTF8ToUTF16(unsigned char* outb, int *outlen,
    [all...]

Completed in 563 milliseconds