HomeSort by relevance Sort by last modified time
    Searched refs:utf (Results 101 - 125 of 238) sorted by null

1 2 3 45 6 7 8 910

  /external/pcre/dist2/src/
pcre2grep.c 220 static BOOL utf = FALSE; variable
401 { OP_NODATA, 'u', NULL, "utf", "use UTF mode" },
428 /* UTF-8 tables - used only when the newline setting is "any". */
    [all...]
  /external/python/cpython2/Lib/json/
__init__.py 118 encoding='utf-8',
124 encoding='utf-8', default=None, sort_keys=False, **kw):
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
195 encoding='utf-8', default=None, sort_keys=False, **kw):
226 ``encoding`` is the character encoding for str instances, default is UTF-8.
243 encoding == 'utf-8' and default is None and not sort_keys and not kw):
264 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must
300 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 118 encoding='utf-8',
124 encoding='utf-8', default=None, sort_keys=False, **kw):
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
195 encoding='utf-8', default=None, sort_keys=False, **kw):
225 ``encoding`` is the character encoding for str instances, default is UTF-8.
242 encoding == 'utf-8' and default is None and not sort_keys and not kw):
263 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must
299 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 118 encoding='utf-8',
124 encoding='utf-8', default=None, sort_keys=False, **kw):
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
195 encoding='utf-8', default=None, sort_keys=False, **kw):
225 ``encoding`` is the character encoding for str instances, default is UTF-8.
242 encoding == 'utf-8' and default is None and not sort_keys and not kw):
263 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must
299 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip_test.go 108 t.Fatalf("write utf-8: got %q, want %q", s, string(latin1))
127 {"invalid UTF-8 also \xffails", false},
  /prebuilts/go/darwin-x86/src/mime/
type_test.go 177 "text/html; charset=utf-8",
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
207 // split word "UTF-8?q?ascii" into "UTF-8", 'q', and "ascii"
327 case strings.EqualFold("utf-8", charset):
  /prebuilts/go/darwin-x86/src/net/http/cgi/
child.go 200 r.header.Add("Content-Type", "text/html; charset=utf-8")
  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 106 w.Header().Set("Content-Type", "text/plain; charset=utf-8") // normal header
  /prebuilts/go/darwin-x86/src/net/mail/
message.go 236 return mime.BEncoding.Encode("utf-8", a.Name) + " " + s
238 return mime.QEncoding.Encode("utf-8", a.Name) + " " + s
507 return "", fmt.Errorf("mail: invalid utf-8 in quoted-string: %q", p.s)
554 return "", fmt.Errorf("mail: invalid utf-8 in address: %q", p.s)
758 // isMultibyte reports whether r is a multi-byte UTF-8 character
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip_test.go 108 t.Fatalf("write utf-8: got %q, want %q", s, string(latin1))
127 {"invalid UTF-8 also \xffails", false},
  /prebuilts/go/linux-x86/src/mime/
type_test.go 177 "text/html; charset=utf-8",
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
207 // split word "UTF-8?q?ascii" into "UTF-8", 'q', and "ascii"
327 case strings.EqualFold("utf-8", charset):
  /prebuilts/go/linux-x86/src/net/http/cgi/
child.go 200 r.header.Add("Content-Type", "text/html; charset=utf-8")
  /prebuilts/go/linux-x86/src/net/http/
example_test.go 106 w.Header().Set("Content-Type", "text/plain; charset=utf-8") // normal header
  /prebuilts/go/linux-x86/src/net/mail/
message.go 236 return mime.BEncoding.Encode("utf-8", a.Name) + " " + s
238 return mime.QEncoding.Encode("utf-8", a.Name) + " " + s
507 return "", fmt.Errorf("mail: invalid utf-8 in quoted-string: %q", p.s)
554 return "", fmt.Errorf("mail: invalid utf-8 in address: %q", p.s)
758 // isMultibyte reports whether r is a multi-byte UTF-8 character
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 118 encoding='utf-8',
124 encoding='utf-8', default=None, sort_keys=False, **kw):
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
195 encoding='utf-8', default=None, sort_keys=False, **kw):
225 ``encoding`` is the character encoding for str instances, default is UTF-8.
242 encoding == 'utf-8' and default is None and not sort_keys and not kw):
263 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must
299 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 118 encoding='utf-8',
124 encoding='utf-8', default=None, sort_keys=False, **kw):
161 ``encoding`` is the character encoding for str instances, default is UTF-8.
178 encoding == 'utf-8' and default is None and not sort_keys and not kw):
195 encoding='utf-8', default=None, sort_keys=False, **kw):
225 ``encoding`` is the character encoding for str instances, default is UTF-8.
242 encoding == 'utf-8' and default is None and not sort_keys and not kw):
263 than utf-8 (e.g. latin-1), then an appropriate ``encoding`` name must
299 other than utf-8 (e.g. latin-1) then an appropriate ``encoding`` name
  /art/runtime/mirror/
string.h 133 static String* AllocFromModifiedUtf8(Thread* self, const char* utf)
156 // Compare UTF-16 code point values not in a locale-sensitive manner
164 // Create a modified UTF-8 encoded std::string from a java/lang/String object.
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 1205 const char *utf = CALL(GetStringUTFChars, result, NULL); local
1207 if (strcmp(utf, "muffins") == 0) {
1210 msg = failure("unexpected string: %s", utf);
1213 CALL(ReleaseStringUTFChars, result, utf);
    [all...]
  /external/markdown/
test-markdown.py 72 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
163 def test_directory(self, dir, measure_time=False, safe_mode=False, encoding="utf-8", output_format='xhtml1') :
212 self.html_diff_file.write(self.diffs_buffer.decode("utf-8"))
252 expected_lines = [x.encode("utf-8") for x in smart_split(expected_output)]
253 actual_lines = [x.encode("utf-8") for x in smart_split(actual_output)]
  /external/python/cpython3/Lib/email/
headerregistry.py 241 charset utf-8. XXX: make this a policy setting.
  /external/scrypt/
import_scrypt.sh 383 # Convert all ISO-8859 files in a given subdirectory to UTF-8
388 iconv --from-code iso-8859-1 --to-code utf-8 $iso_file > $iso_file.tmp
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 365 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
371 var serverHeaders = strings.Replace(`Content-Type: text/html; charset=utf-8
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 365 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
371 var serverHeaders = strings.Replace(`Content-Type: text/html; charset=utf-8

Completed in 1401 milliseconds

1 2 3 45 6 7 8 910