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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/data-binding/
gradle.properties 29 org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -Dfile.encoding=UTF-8
  /prebuilts/go/darwin-x86/test/
nul1.go 7 // Test source files and strings containing NUL and invalid UTF-8.
24 println("BUG: non-UTF-8 string mangled")
41 var xx = "in string ` + "\xc2\xff" + `" // ERROR "UTF-8"
43 var yy = ` + "`in raw string \xff foo`" + ` // ERROR "UTF-8"
45 // in comment ` + "\xe2\x80\x01" + ` // ERROR "UTF-8"
47 /* in other comment ` + "\xe0\x00\x00" + ` */ // ERROR "UTF-8|NUL"
50 var z` + "\xc1\x81" + ` int // ERROR "UTF-8"
52 /* in source code */ ` + "var \xc2A int" + `// ERROR "UTF-8"
  /prebuilts/go/linux-x86/test/
nul1.go 7 // Test source files and strings containing NUL and invalid UTF-8.
24 println("BUG: non-UTF-8 string mangled")
41 var xx = "in string ` + "\xc2\xff" + `" // ERROR "UTF-8"
43 var yy = ` + "`in raw string \xff foo`" + ` // ERROR "UTF-8"
45 // in comment ` + "\xe2\x80\x01" + ` // ERROR "UTF-8"
47 /* in other comment ` + "\xe0\x00\x00" + ` */ // ERROR "UTF-8|NUL"
50 var z` + "\xc1\x81" + ` int // ERROR "UTF-8"
52 /* in source code */ ` + "var \xc2A int" + `// ERROR "UTF-8"
  /external/libmicrohttpd/contrib/
ascebc 2 iconv -f UTF-8 -t IBM-1047 $1 > temp.file
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.sh 23 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
25 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
26 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
27 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
utrie2perf.bat 17 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
19 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
20 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
21 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
  /external/apache-commons-math/
Android.mk 27 LOCAL_JAVACFLAGS := -encoding UTF-8
38 LOCAL_JAVACFLAGS := -encoding UTF-8
  /libcore/ojluni/src/main/resources/sun/nio/cs/
standard-charsets 62 charset UTF-8 UTF_8
64 alias unicode-1-1-utf-8
66 charset UTF-16 UTF_16
72 charset UTF-16BE UTF_16BE
75 alias X-UTF-16BE
78 charset UTF-16LE UTF_16LE
80 alias X-UTF-16LE
83 charset x-UTF-16LE-BOM UTF_16LE_BOM
86 charset UTF-32 UTF_32
90 charset UTF-32LE UTF_32L
    [all...]
  /prebuilts/go/darwin-x86/src/mime/
encodedword_test.go 16 utf8, iso88591 := "utf-8", "iso-8859-1"
22 {QEncoding, utf8, "François-Jérôme", "=?utf-8?q?Fran=C3=A7ois-J=C3=A9r=C3=B4me?="},
23 {BEncoding, utf8, "Café", "=?utf-8?b?Q2Fmw6k=?="},
30 {QEncoding, utf8, strings.Repeat("é", 10), "=?utf-8?q?" + strings.Repeat("=C3=A9", 10) + "?="},
31 {QEncoding, utf8, strings.Repeat("é", 11), "=?utf-8?q?" + strings.Repeat("=C3=A9", 10) + "?= =?utf-8?q?=C3=A9?="},
33 {QEncoding, utf8, strings.Repeat("\x80", 22), "=?utf-8?q?" + strings.Repeat("=80", 21) + "?= =?utf-8?q?=80?="},
35 {BEncoding, utf8, strings.Repeat("\x80", 48), "=?utf-8?b?" + strings.Repeat("gICA", 15) + "?= =?utf-8?b?gICA?="}
    [all...]
  /prebuilts/go/linux-x86/src/mime/
encodedword_test.go 16 utf8, iso88591 := "utf-8", "iso-8859-1"
22 {QEncoding, utf8, "François-Jérôme", "=?utf-8?q?Fran=C3=A7ois-J=C3=A9r=C3=B4me?="},
23 {BEncoding, utf8, "Café", "=?utf-8?b?Q2Fmw6k=?="},
30 {QEncoding, utf8, strings.Repeat("é", 10), "=?utf-8?q?" + strings.Repeat("=C3=A9", 10) + "?="},
31 {QEncoding, utf8, strings.Repeat("é", 11), "=?utf-8?q?" + strings.Repeat("=C3=A9", 10) + "?= =?utf-8?q?=C3=A9?="},
33 {QEncoding, utf8, strings.Repeat("\x80", 22), "=?utf-8?q?" + strings.Repeat("=80", 21) + "?= =?utf-8?q?=80?="},
35 {BEncoding, utf8, strings.Repeat("\x80", 48), "=?utf-8?b?" + strings.Repeat("gICA", 15) + "?= =?utf-8?b?gICA?="}
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_unknown.properties 29 encoding=UTF-8
40 # <xsl:output method="html" encoding="UTF-8"
output_xml.properties 28 encoding=UTF-8
39 # <xsl:output method="html" encoding="UTF-8"
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.sh 24 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span16perf.sh 24 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.sh 24 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
  /prebuilts/go/darwin-x86/src/html/
entity_test.go 13 // We verify that the length of UTF-8 encoding of each value is <= 1 + len(key).
18 t.Error("escaped entity &" + k + " is shorter than its UTF-8 encoding " + string(v))
26 t.Error("escaped entity &" + k + " is shorter than its UTF-8 encoding " + string(v[0]) + string(v[1]))
  /prebuilts/go/linux-x86/src/html/
entity_test.go 13 // We verify that the length of UTF-8 encoding of each value is <= 1 + len(key).
18 t.Error("escaped entity &" + k + " is shorter than its UTF-8 encoding " + string(v))
26 t.Error("escaped entity &" + k + " is shorter than its UTF-8 encoding " + string(v[0]) + string(v[1]))
  /prebuilts/go/darwin-x86/src/unicode/utf16/
utf16.go 5 // Package utf16 implements encoding and decoding of UTF-16 sequences.
34 // DecodeRune returns the UTF-16 decoding of a surrogate pair.
35 // If the pair is not a valid UTF-16 surrogate pair, DecodeRune returns
44 // EncodeRune returns the UTF-16 surrogate pair r1, r2 for the given rune.
55 // Encode returns the UTF-16 encoding of the Unicode code point sequence s.
87 // by the UTF-16 encoding s.
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16.go 5 // Package utf16 implements encoding and decoding of UTF-16 sequences.
34 // DecodeRune returns the UTF-16 decoding of a surrogate pair.
35 // If the pair is not a valid UTF-16 surrogate pair, DecodeRune returns
44 // EncodeRune returns the UTF-16 surrogate pair r1, r2 for the given rune.
55 // Encode returns the UTF-16 encoding of the Unicode code point sequence s.
87 // by the UTF-16 encoding s.
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
flavormap.properties 62 UTF8_STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
74 STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
81 HTML=text/html;charset=utf-8;eoln="\r\n";terminators=1
  /external/toybox/tests/
wc.test 25 if printf "%s" "$LANG" | grep -q UTF-8
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
flavormap.properties 62 UTF8_STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xmllib.py 6 <?xml version="1.0" encoding="UTF-8" standalone='yes' ?>
  /external/python/cpython2/Lib/test/
test_xmllib.py 6 <?xml version="1.0" encoding="UTF-8" standalone='yes' ?>
  /frameworks/base/wifi/tests/assets/hsr1/
HSR1ProfileWithCACert.conf 2 Content-Type: multipart/mixed; boundary={boundary}; charset=UTF-8
6 Content-Type: application/x-passpoint-profile; charset=UTF-8

Completed in 550 milliseconds

1 2 3 4 5 6 7 8 91011>>