HomeSort by relevance Sort by last modified time
    Searched refs:utf (Results 226 - 250 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/go/darwin-x86/src/net/http/
fs.go 82 w.Header().Set("Content-Type", "text/html; charset=utf-8")
168 // read a chunk to decide between utf-8 text and binary
serve_test.go 1073 if ct := res.Header.Get("Content-Type"); ct != "text/html; charset=utf-8" {
1074 t.Errorf("Content-Type: %q; want text/html; charset=utf-8", ct)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs.go 82 w.Header().Set("Content-Type", "text/html; charset=utf-8")
168 // read a chunk to decide between utf-8 text and binary
serve_test.go 1073 if ct := res.Header.Get("Content-Type"); ct != "text/html; charset=utf-8" {
1074 t.Errorf("Content-Type: %q; want text/html; charset=utf-8", ct)
    [all...]
  /test/vts/utils/python/controllers/
android_device.py 141 clean_lines = str(device_list_str, 'utf-8').strip().split('\n')
405 id_str = self.adb.shell("id -u").decode("utf-8")
428 lines = out.decode("utf-8").split('\n', 1)
629 string will be returned. decode("utf-8") and strip() will be called
641 return out.decode("utf-8").strip()
    [all...]
  /external/avb/
avbtool     [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 382 <S_GSSENC>utf-16le { YYD; yylval.num = LC_GSSENC_UTF16LE;
  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 339 // because pax headers have a defined utf-8 encoding.
  /prebuilts/go/darwin-x86/src/runtime/
os_windows.go 306 // "envA=valA\x00envB=valB\x00\x00" (in UTF-16)
424 // to the console regardless of the current code page. Input is utf-16 code points.
  /prebuilts/go/linux-x86/src/archive/tar/
writer_test.go 339 // because pax headers have a defined utf-8 encoding.
  /prebuilts/go/linux-x86/src/runtime/
os_windows.go 306 // "envA=valA\x00envB=valB\x00\x00" (in UTF-16)
424 // to the console regardless of the current code page. Input is utf-16 code points.
  /external/javasqlite/src/main/native/
sqlite_jni.c 64 int haveutf; /* true for SQLite UTF-8 support */
132 /* ISO to/from UTF-8 translation */
363 const char *utf = (*env)->GetStringUTFChars(env, src, 0); local
365 dest->result = dest->tofree = malloc(strlen(utf) + 1);
377 strcpy(dest->result, utf);
378 (*env)->ReleaseStringUTFChars(env, src, utf);
1018 trans2iso(env, strcmp(sqlite_libencoding(), "UTF-8") == 0, 0,
1102 h->haveutf = strcmp(sqlite_libencoding(), "UTF-8") == 0;
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 134 // The parser assumes that its input is encoded in UTF-8.
177 // non-UTF-8 charset into UTF-8. If CharsetReader is nil or
588 if enc != "" && enc != "utf-8" && enc != "UTF-8" && !strings.EqualFold(enc, "utf-8") {
1089 d.err = d.syntaxError("invalid UTF-8")
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 134 // The parser assumes that its input is encoded in UTF-8.
177 // non-UTF-8 charset into UTF-8. If CharsetReader is nil or
588 if enc != "" && enc != "utf-8" && enc != "UTF-8" && !strings.EqualFold(enc, "utf-8") {
1089 d.err = d.syntaxError("invalid UTF-8")
    [all...]
  /art/runtime/
jni_internal.cc 58 #include "utf.h"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bytes.py 187 self.assertEqual(b, self.type2test(sample[:-4], "utf-8"))
    [all...]
test_xml_etree.py 896 >>> serialize(elem, encoding="utf-8")
906 >>> serialize(elem, encoding="utf-8")
917 >>> serialize(elem, encoding="utf-8")
928 >>> serialize(elem, encoding="utf-8")
939 >>> serialize(elem, encoding="utf-8")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bytes.py 187 self.assertEqual(b, self.type2test(sample[:-4], "utf-8"))
    [all...]
test_xml_etree.py 897 >>> serialize(elem, encoding="utf-8")
907 >>> serialize(elem, encoding="utf-8")
918 >>> serialize(elem, encoding="utf-8")
929 >>> serialize(elem, encoding="utf-8")
940 >>> serialize(elem, encoding="utf-8")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bytes.py 187 self.assertEqual(b, self.type2test(sample[:-4], "utf-8"))
    [all...]
test_xml_etree.py 897 >>> serialize(elem, encoding="utf-8")
907 >>> serialize(elem, encoding="utf-8")
918 >>> serialize(elem, encoding="utf-8")
929 >>> serialize(elem, encoding="utf-8")
940 >>> serialize(elem, encoding="utf-8")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py 187 self.assertEqual(b, self.type2test(sample[:-4], "utf-8"))
    [all...]
test_xml_etree.py 897 >>> serialize(elem, encoding="utf-8")
907 >>> serialize(elem, encoding="utf-8")
918 >>> serialize(elem, encoding="utf-8")
929 >>> serialize(elem, encoding="utf-8")
940 >>> serialize(elem, encoding="utf-8")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py 187 self.assertEqual(b, self.type2test(sample[:-4], "utf-8"))
    [all...]
test_xml_etree.py 897 >>> serialize(elem, encoding="utf-8")
907 >>> serialize(elem, encoding="utf-8")
918 >>> serialize(elem, encoding="utf-8")
929 >>> serialize(elem, encoding="utf-8")
940 >>> serialize(elem, encoding="utf-8")
    [all...]

Completed in 1113 milliseconds

1 2 3 4 5 6 7 8 91011