HomeSort by relevance Sort by last modified time
    Searched refs:ISO (Results 1 - 25 of 103) 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...]
indexes.py 2 # -*- coding: ISO-8859-1 -*-
82 # Then run a test relying on ISO-Latin-1
85 chunk="""<?xml version="1.0" encoding="ISO-8859-1"?>
  /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 \
  /toolchain/binutils/binutils-2.27/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},
121 {"=?ISO-8859-1?Q?Rapha=EBl_Dupont?=", "Raphaël Dupont"},
138 {"=?ISO-8859-1?Q?a?=", "a"},
139 {"=?ISO-8859-1?Q?a?= b", "a b"},
140 {"=?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},
121 {"=?ISO-8859-1?Q?Rapha=EBl_Dupont?=", "Raphaël Dupont"},
138 {"=?ISO-8859-1?Q?a?=", "a"},
139 {"=?ISO-8859-1?Q?a?= b", "a b"},
140 {"=?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 20 // The ISO polynomial, defined in ISO 3309 and used in HDLC.
21 ISO = 0xD800000000000000
31 slicing8TableISO = makeSlicingBy8Table(makeTable(ISO))
39 case ISO:
201 // tableSum returns the ISO checksum of table t.
210 return Checksum(b, MakeTable(ISO))
crc64_test.go 17 halfStateISO string // ISO marshaled hash state after first half of in written, used by TestGoldenMarshal
57 tabISO := MakeTable(ISO)
65 t.Errorf("ISO crc64(%s) = 0x%x want 0x%x", g.in, s, g.outISO)
79 t.Run("ISO", func(t *testing.T) {
80 table := MakeTable(ISO)
94 t.Errorf("ISO crc64(%q) state = %q, want %q", g.in, state, g.halfStateISO)
107 t.Errorf("ISO crc64(%s) = 0x%x != marshaled (0x%x)", g.in, h.Sum64(), h2.Sum64())
146 h1 := New(MakeTable(ISO))
178 bench(b, ISO, 64<<10)
181 bench(b, ISO, 4<<10
    [all...]
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64.go 20 // The ISO polynomial, defined in ISO 3309 and used in HDLC.
21 ISO = 0xD800000000000000
31 slicing8TableISO = makeSlicingBy8Table(makeTable(ISO))
39 case ISO:
201 // tableSum returns the ISO checksum of table t.
210 return Checksum(b, MakeTable(ISO))
crc64_test.go 17 halfStateISO string // ISO marshaled hash state after first half of in written, used by TestGoldenMarshal
57 tabISO := MakeTable(ISO)
65 t.Errorf("ISO crc64(%s) = 0x%x want 0x%x", g.in, s, g.outISO)
79 t.Run("ISO", func(t *testing.T) {
80 table := MakeTable(ISO)
94 t.Errorf("ISO crc64(%q) state = %q, want %q", g.in, state, g.halfStateISO)
107 t.Errorf("ISO crc64(%s) = 0x%x != marshaled (0x%x)", g.in, h.Sum64(), h2.Sum64())
146 h1 := New(MakeTable(ISO))
178 bench(b, ISO, 64<<10)
181 bench(b, ISO, 4<<10
    [all...]
  /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
  /prebuilts/go/darwin-x86/src/runtime/
complex.go 36 // Matches C99: ISO/IEC 9899:1999 - G.5.1 Multiplicative operators.
  /prebuilts/go/linux-x86/src/runtime/
complex.go 36 // Matches C99: ISO/IEC 9899:1999 - G.5.1 Multiplicative operators.
  /external/libxml2/doc/
buildDocBookCatalog 259 # find the prefix for ISO DocBook entities
262 found=`find $top -name iso-amsb.ent`
264 found=`find /usr/share/xml -name iso-amsb.ent`
267 found=`find $HOME -name iso-amsb.ent`
270 found=`find /usr/local -name iso-amsb.ent`
273 found=`find /usr/share/sgml -name iso-amsb.ent`
276 echo could not locate iso-amsb.ent of ISO DocBook entities
290 echo could not locate ISO DocBook entities
294 echo Found ISO DocBook entities in $isodi
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/temporal/
TestIsoWeekFields.java 55 {WeekFields.ISO.weekOfWeekBasedYear(), WeekFields.ISO.weekBasedYear()},
81 assertEquals(WeekFields.ISO.weekOfWeekBasedYear().isSupportedBy(ThaiBuddhistDate.now()), true);
  /external/tensorflow/tensorflow/python/util/
deprecation.py 219 Must be ISO 8601 (YYYY-MM-DD), or None.
229 ValueError: If date is not None or in ISO 8601 format, or instructions are
282 Must be ISO 8601 (YYYY-MM-DD), or None.
298 ValueError: If date is not None or in ISO 8601 format, instructions are
459 Must be ISO 8601 (YYYY-MM-DD), or None
471 ValueError: If date is not None or in ISO 8601 format, or instructions are
  /external/python/cpython3/Lib/test/test_email/
test_defect_handling.py 32 Content-type: text/plain; charset="ISO-8859-1"
38 Content-type: text/html; charset="ISO-8859-1"
266 Content-Type: text/plain; charset=ISO-8859-1
272 Content-Type: text/html; charset=ISO-8859-1

Completed in 1536 milliseconds

1 2 3 4 5