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

1 23 4 5 6 7 8 91011>>

  /system/timezone/distro/tools/
Android.mk 22 LOCAL_JAVACFLAGS := -encoding UTF-8
34 LOCAL_JAVACFLAGS := -encoding UTF-8
  /prebuilts/go/darwin-x86/src/html/template/
example_test.go 20 <meta charset="UTF-8">
65 // <meta charset="UTF-8">
75 // <meta charset="UTF-8">
  /prebuilts/go/linux-x86/src/html/template/
example_test.go 20 <meta charset="UTF-8">
65 // <meta charset="UTF-8">
75 // <meta charset="UTF-8">
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_msvc9compiler.py 11 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
41 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  /external/icu/icu4c/source/data/mappings/
ucmcore.mk 9 # US-ASCII, ISO 8859-1, UTF-7/8/16/32, SCSU
  /prebuilts/go/darwin-x86/doc/progs/
eff_qr.go 38 <img src="http://chart.apis.google.com/chart?chs=300x300&cht=qr&choe=UTF-8&chl={{.}}" />
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13268.go 45 if strings.HasPrefix(string(out), "illegal UTF-8 sequence") {
  /prebuilts/go/darwin-x86/test/
utf.go 7 // Test UTF-8 in strings and character constants.
  /prebuilts/go/linux-x86/doc/progs/
eff_qr.go 38 <img src="http://chart.apis.google.com/chart?chs=300x300&cht=qr&choe=UTF-8&chl={{.}}" />
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13268.go 45 if strings.HasPrefix(string(out), "illegal UTF-8 sequence") {
  /prebuilts/go/linux-x86/test/
utf.go 7 // Test UTF-8 in strings and character constants.
  /external/libvpx/libvpx/
libs.doxy_template 29 # follow. The default is UTF-8 which is also the encoding used for all text before
34 DOXYFILE_ENCODING = UTF-8
491 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default
495 INPUT_ENCODING = UTF-8
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
discovery.go 22 // it only supports UTF-8 and ASCII. Otherwise, it returns a meaningful
25 // order to reduce potential errors, ASCII is treated as UTF-8 (i.e. characters
  /prebuilts/go/darwin-x86/src/mime/
example_test.go 16 fmt.Println(mime.QEncoding.Encode("utf-8", "¡Hola, señor!"))
17 fmt.Println(mime.QEncoding.Encode("utf-8", "Hello!"))
18 fmt.Println(mime.BEncoding.Encode("UTF-8", "¡Hola, señor!"))
21 // =?utf-8?q?=C2=A1Hola,_se=C3=B1or!?=
23 // =?UTF-8?b?wqFIb2xhLCBzZcOxb3Ih?=
29 header, err := dec.Decode("=?utf-8?q?=C2=A1Hola,_se=C3=B1or!?=")
62 header, err := dec.DecodeHeader("=?utf-8?q?=C3=89ric?= <eric@example.org>, =?utf-8?q?Ana=C3=AFs?= <anais@example.org>")
68 header, err = dec.DecodeHeader("=?utf-8?q?=C2=A1Hola,?= =?utf-8?q?_se=C3=B1or!?="
    [all...]
encodedword.go 74 maxContentLen = maxEncodedWordLen - len("=?UTF-8?q?") - len("?=")
82 // If the charset is not UTF-8 or if the content is short, do not bother
113 // We only split encoded-words when the charset is UTF-8.
179 return strings.EqualFold(charset, "UTF-8")
188 // charset into UTF-8.
189 // Charsets are always lower-case. utf-8, iso-8859-1 and us-ascii charsets
209 // split word "UTF-8?q?ascii" into "UTF-8", 'q', and "ascii"
319 case strings.EqualFold("utf-8", charset):
mediatype_test.go 186 {`attachment; filename* =UTF-8''foo-%c3%a4.html`,
189 {`attachment; filename*=UTF-8''A-%2541.html`,
195 {`attachment; filename*0*=UTF-8''foo-%c3%a4; filename*1=".html"`,
209 {`attachment; filename="foo-ae.html"; filename*=UTF-8''foo-%c3%a4.html`,
212 {`attachment; filename*=UTF-8''foo-%c3%a4.html; filename="foo-ae.html"`,
216 // Browsers also just send UTF-8 directly without RFC 2231,
217 // at least when the source page is served with UTF-8.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
triegen.go 9 // for mapping UTF-8 to a 16-bit value. All but the last byte in a UTF-8 byte
  /prebuilts/go/linux-x86/src/cmd/go/
discovery.go 22 // it only supports UTF-8 and ASCII. Otherwise, it returns a meaningful
25 // order to reduce potential errors, ASCII is treated as UTF-8 (i.e. characters
  /prebuilts/go/linux-x86/src/mime/
example_test.go 16 fmt.Println(mime.QEncoding.Encode("utf-8", "¡Hola, señor!"))
17 fmt.Println(mime.QEncoding.Encode("utf-8", "Hello!"))
18 fmt.Println(mime.BEncoding.Encode("UTF-8", "¡Hola, señor!"))
21 // =?utf-8?q?=C2=A1Hola,_se=C3=B1or!?=
23 // =?UTF-8?b?wqFIb2xhLCBzZcOxb3Ih?=
29 header, err := dec.Decode("=?utf-8?q?=C2=A1Hola,_se=C3=B1or!?=")
62 header, err := dec.DecodeHeader("=?utf-8?q?=C3=89ric?= <eric@example.org>, =?utf-8?q?Ana=C3=AFs?= <anais@example.org>")
68 header, err = dec.DecodeHeader("=?utf-8?q?=C2=A1Hola,?= =?utf-8?q?_se=C3=B1or!?="
    [all...]
encodedword.go 74 maxContentLen = maxEncodedWordLen - len("=?UTF-8?q?") - len("?=")
82 // If the charset is not UTF-8 or if the content is short, do not bother
113 // We only split encoded-words when the charset is UTF-8.
179 return strings.EqualFold(charset, "UTF-8")
188 // charset into UTF-8.
189 // Charsets are always lower-case. utf-8, iso-8859-1 and us-ascii charsets
209 // split word "UTF-8?q?ascii" into "UTF-8", 'q', and "ascii"
319 case strings.EqualFold("utf-8", charset):
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
triegen.go 9 // for mapping UTF-8 to a 16-bit value. All but the last byte in a UTF-8 byte
  /prebuilts/sdk/tools/
jack_server_setup.mk 25 jack_vm_args := -Dfile.encoding=UTF-8 -XX:+TieredCompilation
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
transform.go 26 if size == 0 { // incomplete UTF-8 encoding
66 if size == 0 { // incomplete UTF-8 encoding
108 if size == 0 { // incomplete UTF-8 encoding
149 if size == 0 { // incomplete UTF-8 encoding
188 if size == 0 { // incomplete UTF-8 encoding
212 if size == 0 { // incomplete UTF-8 encoding
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
transform.go 26 if size == 0 { // incomplete UTF-8 encoding
66 if size == 0 { // incomplete UTF-8 encoding
108 if size == 0 { // incomplete UTF-8 encoding
149 if size == 0 { // incomplete UTF-8 encoding
188 if size == 0 { // incomplete UTF-8 encoding
212 if size == 0 { // incomplete UTF-8 encoding
  /external/owasp/sanitizer/
Makefile 39 JAVAC_FLAGS=-source 1.5 -target 1.5 -Xlint -encoding UTF-8
127 -Demma.report.out.encoding=UTF-8 \
163 -charset UTF-8 \
169 -J-Xmx250m -nohelp -sourcetab 8 -docencoding UTF-8 -protected \
170 -encoding UTF-8 -author -version $^ \

Completed in 1822 milliseconds

1 23 4 5 6 7 8 91011>>