HomeSort by relevance Sort by last modified time
    Searched refs:ISO (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 177 # GB2312 and CNS11643 in ISO 2022 CN form, Simplified and Traditional Chinese (conversion to Unicode only)
178 ISO2022CN ISO-2022-CN
179 # JIS X 0201, 0208, in ISO 2022 form, Japanese
180 ISO2022JP ISO-2022-JP
181 # ISO 2022 KR, Korean
182 ISO2022KR ISO-2022-KR 0x007F
185 ISO8859-1 ISO-8859-1 0x00FF
186 ISO8859_1 ISO-8859-1 0x00FF
187 8859-1 ISO-8859-1 0x00FF
188 8859_1 ISO-8859-1 0x00F
    [all...]
  /external/libxml2/python/tests/
serialize.py 18 str = doc.serialize("iso-8859-1")
19 if str != """<?xml version="1.0" encoding="iso-8859-1"?>
32 str = doc.serialize("iso-8859-1", 1)
33 if str != """<?xml version="1.0" encoding="iso-8859-1"?>
49 str = root.serialize("iso-8859-1")
59 str = root.serialize("iso-8859-1", 1)
77 str = doc.serialize("ISO-8859-1")
79 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title></head><body><p>hello</p></body></html>
87 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
95 str = doc.serialize("iso-8859-1", 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
33 ISO C++ 2011 standard. This support is currently experimental, and must be \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
33 ISO C++ 2011 standard. This support is currently experimental, and must be \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
33 ISO C++ 2011 standard. This support is currently experimental, and must be \
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
33 ISO C++ 2011 standard. This support is currently experimental, and must be \
c++14_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
33 ISO C++ 2014 standard. This support is currently experimental, and must be \
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
33 ISO C++ 2011 standard. This support is currently experimental, and must be \
c++14_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
33 ISO C++ 2014 standard. This support is currently experimental, and must be \
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
c++0x_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
33 ISO C++ 2011 standard. This support is currently experimental, and must be \
c++14_warning.h 3 // This file is part of the GNU ISO C++ Library. This library is free
33 ISO C++ 2014 standard. This support is currently experimental, and must be \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
bork.s 1 ; Check that some ISO 8859-1 "scandinavian" letters are accepted in
  /libcore/ojluni/src/main/resources/sun/nio/cs/
standard-charsets 45 alias iso-ir-6
74 alias ISO-10646-UCS-2
106 charset ISO-8859-1 ISO_8859_1
109 alias iso-ir-100
126 charset ISO-8859-2 ISO_8859_2
129 alias iso-ir-101
141 charset ISO-8859-4 ISO_8859_4
145 alias iso-ir-110
156 charset ISO-8859-5 ISO_8859_5
159 alias iso-ir-14
    [all...]
  /prebuilts/go/darwin-x86/src/mime/
encodedword_test.go 16 utf8, iso88591 := "utf-8", "iso-8859-1"
24 {QEncoding, iso88591, "La Seleção", "=?iso-8859-1?q?La_Sele=C3=A7=C3=A3o?="},
32 {QEncoding, iso88591, strings.Repeat("\xe9", 22), "=?iso-8859-1?q?" + strings.Repeat("=E9", 22) + "?="},
34 {BEncoding, iso88591, strings.Repeat("\xe9", 45), "=?iso-8859-1?b?" + strings.Repeat("6enp", 15) + "?="},
85 {"=?ISO-8859-1?Q?Rapha=EBl_Dupont?=", "Raphaël Dupont", false},
118 {"=?ISO-8859-1?Q?Rapha=EBl_Dupont?=", "Raphaël Dupont"},
135 {"=?ISO-8859-1?Q?a?=", "a"},
136 {"=?ISO-8859-1?Q?a?= b", "a b"},
137 {"=?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?=", "ab"}
    [all...]
example_test.go 19 fmt.Println(mime.QEncoding.Encode("ISO-8859-1", "Caf\xE9"))
24 // =?ISO-8859-1?q?Caf=E9?=
  /prebuilts/go/linux-x86/src/mime/
encodedword_test.go 16 utf8, iso88591 := "utf-8", "iso-8859-1"
24 {QEncoding, iso88591, "La Seleção", "=?iso-8859-1?q?La_Sele=C3=A7=C3=A3o?="},
32 {QEncoding, iso88591, strings.Repeat("\xe9", 22), "=?iso-8859-1?q?" + strings.Repeat("=E9", 22) + "?="},
34 {BEncoding, iso88591, strings.Repeat("\xe9", 45), "=?iso-8859-1?b?" + strings.Repeat("6enp", 15) + "?="},
85 {"=?ISO-8859-1?Q?Rapha=EBl_Dupont?=", "Raphaël Dupont", false},
118 {"=?ISO-8859-1?Q?Rapha=EBl_Dupont?=", "Raphaël Dupont"},
135 {"=?ISO-8859-1?Q?a?=", "a"},
136 {"=?ISO-8859-1?Q?a?= b", "a b"},
137 {"=?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?=", "ab"}
    [all...]
example_test.go 19 fmt.Println(mime.QEncoding.Encode("ISO-8859-1", "Caf\xE9"))
24 // =?ISO-8859-1?q?Caf=E9?=
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 9 # US-ASCII, ISO 8859-1, UTF-7/8/16/32, SCSU
13 # ISO 8859-2..9, 15
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64.go 17 // The ISO polynomial, defined in ISO 3309 and used in HDLC.
18 ISO = 0xD800000000000000
28 slicing8TableISO = makeSlicingBy8Table(makeTable(ISO))
36 case ISO:
crc64_test.go 54 tabISO := MakeTable(ISO)
62 t.Errorf("ISO crc64(%s) = 0x%x want 0x%x", g.in, s, g.outISO)
94 bench(b, ISO, 64<<10)
97 bench(b, ISO, 4<<10)
100 bench(b, ISO, 1<<10)
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64.go 17 // The ISO polynomial, defined in ISO 3309 and used in HDLC.
18 ISO = 0xD800000000000000
28 slicing8TableISO = makeSlicingBy8Table(makeTable(ISO))
36 case ISO:
crc64_test.go 54 tabISO := MakeTable(ISO)
62 t.Errorf("ISO crc64(%s) = 0x%x want 0x%x", g.in, s, g.outISO)
94 bench(b, ISO, 64<<10)
97 bench(b, ISO, 4<<10)
100 bench(b, ISO, 1<<10)
  /external/syslinux/gpxe/src/util/
geniso 3 # Generate a isolinux ISO boot image
5 # geniso foo.iso foo.lkrn
7 # the ISO image is the first argument so that a list of .lkrn images
12 echo Usage: $0 foo.iso foo.lkrn ...
25 dir=`mktemp -d bin/iso.dir.XXXXXX`
30 SAY Etherboot ISO boot image generated by geniso
genliso 3 # Generate a legacy floppy emulation ISO boot image
37 SAY gPXE ISO boot image generated by genliso
  /external/libpcap/
grammar.h 121 ISO = 331,
243 #define ISO 331

Completed in 767 milliseconds

1 2 3 4 5