HomeSort by relevance Sort by last modified time
    Searched refs:utf8 (Results 176 - 200 of 276) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/tools/ijar/
classfile.cc 318 Constant_Utf8(u4 length, const u1 *utf8) :
321 utf8_(utf8) {}
    [all...]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py 45 When Beautiful Soup parses the markup '<meta charset="utf8">', the
62 <meta http-equiv="content-type" content="text/html; charset=utf8">
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
fannkuch.js 846 var utf8 = new Runtime.UTF8Processor();
849 ret += utf8.processCChar(t);
    [all...]
fasta.js 825 var utf8 = new Runtime.UTF8Processor();
828 ret += utf8.processCChar(t);
    [all...]
memops.js 815 var utf8 = new Runtime.UTF8Processor();
818 ret += utf8.processCChar(t);
    [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
fannkuch.js 849 var utf8 = new Runtime.UTF8Processor();
852 ret += utf8.processCChar(t);
    [all...]
fasta.js 828 var utf8 = new Runtime.UTF8Processor();
831 ret += utf8.processCChar(t);
    [all...]
memops.js 818 var utf8 = new Runtime.UTF8Processor();
821 ret += utf8.processCChar(t);
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp 2417 char utf8[1024]; member in class:UnicodeSetWithStrings
    [all...]
  /external/libxml2/
encoding.c 130 conv->utf8 = ucnv_open("UTF-8", &status);
146 ucnv_close(conv->utf8);
154 * Conversions To/From UTF8 encoding *
345 * No op copy operation for UTF8 handling.
961 * We now allow an UTF8 encoded BOM
1165 if (!strcmp(upper, "UTF8")) return(XML_CHAR_ENCODING_UTF8);
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 107 throw ioException("Expected a connection header but was %s", connectionPreface.utf8());
  /external/pcre/dist/
pcrecpp.cc 417 // We also need to advance more than one char if we're in utf8 mode.
419 if (options_.utf8()) {
486 // If this is the part of a UTF8 or Latin1 character, we need
  /external/v8/test/cctest/
test-lockers.cc 664 v8::String::Utf8Value utf8(result);
test-debug.cc 706 v8::String::Utf8Value utf8(checks[i].expected);
707 V8_Fatal(__FILE__, __LINE__, "%s != %s", checks[i].expr, *utf8);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py 642 utf8 = Charset("utf-8")
648 h.append(utf8_head, utf8)
    [all...]
test_email_renamed.py 578 utf8 = Charset("utf-8")
584 h.append(utf8_head, utf8)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py 642 utf8 = Charset("utf-8")
648 h.append(utf8_head, utf8)
    [all...]
test_email_renamed.py 578 utf8 = Charset("utf-8")
584 h.append(utf8_head, utf8)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 642 utf8 = Charset("utf-8")
648 h.append(utf8_head, utf8)
    [all...]
test_email_renamed.py 578 utf8 = Charset("utf-8")
584 h.append(utf8_head, utf8)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 642 utf8 = Charset("utf-8")
648 h.append(utf8_head, utf8)
    [all...]
test_email_renamed.py 578 utf8 = Charset("utf-8")
584 h.append(utf8_head, utf8)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 94 static UBool equals_utf8_utext(const char *utf8, UText *utext) {
101 U8_NEXT_UNSAFE(utf8, u8i, u8c);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 2072 const char* utf8 = reinterpret_cast<const char*>(chars); local
    [all...]

Completed in 2854 milliseconds

1 2 3 4 5 6 78 91011>>