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

1 2 3 4 5 6 7 8 910

  /external/nanopb-c/generator/google/protobuf/
descriptor_pb2.py 218 has_default_value=False, default_value=unicode("", "utf-8"),
225 has_default_value=False, default_value=unicode("", "utf-8"),
350 has_default_value=False, default_value=unicode("", "utf-8"),
420 has_default_value=False, default_value=unicode("", "utf-8"),
448 has_default_value=False, default_value=unicode("", "utf-8"),
455 has_default_value=False, default_value=unicode("", "utf-8"),
462 has_default_value=False, default_value=unicode("", "utf-8"),
499 has_default_value=False, default_value=unicode("", "utf-8"),
541 has_default_value=False, default_value=unicode("", "utf-8"),
583 has_default_value=False, default_value=unicode("", "utf-8")
    [all...]
  /art/test/929-search/
search.cc 35 ScopedUtfChars utf(env, segment);
36 if (utf.c_str() == nullptr) {
39 jvmtiError result = jvmti_env->AddToBootstrapClassLoaderSearch(utf.c_str());
45 ScopedUtfChars utf(env, segment);
46 if (utf.c_str() == nullptr) {
49 jvmtiError result = jvmti_env->AddToSystemClassLoaderSearch(utf.c_str());
  /external/oj-libjdwp/src/share/back/
StringReferenceImpl.c 46 char *utf; local
48 utf = (char *)JNI_FUNC_PTR(env,GetStringUTFChars)(env, string, NULL);
49 (void)outStream_writeString(out, utf);
50 JNI_FUNC_PTR(env,ReleaseStringUTFChars)(env, string, utf);
  /external/oj-libjdwp/src/share/npt/
npt.h 38 #include "utf.h"
55 struct UtfInst *utf; member in struct:__anon30863
57 /* UTF interfaces, see utf.c */
61 (struct UtfInst *utf, char *options);
63 (struct UtfInst *utf, jbyte *utf8, int len,
66 (struct UtfInst *utf, char *str, int len,
69 (struct UtfInst *utf, jbyte *utf8, int len,
72 (struct UtfInst *utf, jchar *utf16, int len,
75 (struct UtfInst *utf, jchar *utf16, int len
    [all...]
  /external/libxml2/
xmlstring.c 60 * encoded in UTF-8 or an encoding with 8bit based chars, we assume
519 * encoded in UTF-8 or an encoding with 8bit based chars, we assume
594 * From rfc2044: encoding of the Unicode values on UTF-8: *
596 * UCS-4 range (hex.) UTF-8 octet sequence (binary) *
608 * @utf: pointer to the UTF8 character
615 xmlUTF8Size(const xmlChar *utf) {
619 if (utf == NULL)
621 if (*utf < 0x80)
624 if (!(*utf & 0x40))
629 if (!(*utf & mask)
    [all...]
  /external/pcre/dist2/src/
pcre2_newline.c 73 utf TRUE if in utf mode
80 uint32_t *lenptr, BOOL utf)
85 if (utf) { GETCHAR(c, ptr); } else c = *ptr;
87 (void)utf;
125 *lenptr = utf? 2 : 1;
163 utf TRUE if in utf mode
170 uint32_t *lenptr, BOOL utf)
176 if (utf)
    [all...]
pcre2_find_bracket.c 63 utf TRUE in UTF mode
70 PRIV(find_bracket)(PCRE2_SPTR code, BOOL utf, int number)
145 /* In UTF-8 and UTF-16 modes, opcodes that are followed by a character may be
150 if (utf) switch(c)
212 (void)(utf); /* Keep compiler happy by referencing function argument */
pcre2_study.c 68 string of that length that matches. In UTF mode, the result is in characters
78 utf UTF flag
83 -1 \C in UTF-8 mode
93 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr)
169 d = find_minlength(re, cc, startcode, utf, recurses, countptr);
189 prev_cap_d = find_minlength(re, cc, startcode, utf, recurses, countptr);
291 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
303 may need to skip over a multibyte character in UTF mode. */
312 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1])
1530 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; local
    [all...]
pcre2_xclass.c 63 utf TRUE if in UTF mode
69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf)
76 utf = TRUE;
97 encounter XCL_PROP or XCL_NOTPROP when UTF support is not compiled. */
107 if (utf)
119 if (utf)
264 (void)utf; /* Avoid compiler warning */
pcre2_auto_possess.c 294 utf TRUE if in UTF mode
307 get_chr_property_list(PCRE2_SPTR code, BOOL utf, const uint8_t *fcc,
319 (void)utf; /* Suppress "unused parameter" compiler warning */
399 if (chr < 128 || (chr < 256 && !utf))
505 utf TRUE in UTF mode
515 compare_opcodes(PCRE2_SPTR code, BOOL utf, const compile_block *cb,
611 if (!compare_opcodes(code, utf, cb, base_list, base_end, rec_limit))
632 if (!compare_opcodes(next_code, utf, cb, base_list, base_end, rec_limit)
    [all...]
pcre2_printint.c 81 /* In UTF mode the character may occupy more than one code unit.
86 utf TRUE if string is UTF (will be FALSE if UTF is not supported)
92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf)
95 BOOL one_code_unit = !utf;
97 /* If UTF is supported and requested, check for a valid single code unit. */
100 if (utf)
122 /* Code for invalid UTF code units and multi-unit UTF characters is differen
312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; local
    [all...]
  /external/libxml2/include/libxml/
xmlstring.h 24 * This is a basic byte in an UTF-8 encoded string.
109 xmlGetUTF8Char (const unsigned char *utf,
112 xmlCheckUTF8 (const unsigned char *utf);
114 xmlUTF8Strsize (const xmlChar *utf,
117 xmlUTF8Strndup (const xmlChar *utf,
120 xmlUTF8Strpos (const xmlChar *utf,
123 xmlUTF8Strloc (const xmlChar *utf,
126 xmlUTF8Strsub (const xmlChar *utf,
130 xmlUTF8Strlen (const xmlChar *utf);
132 xmlUTF8Size (const xmlChar *utf);
    [all...]
  /platform_testing/tests/perf/PerformanceLaunch/
gen_locales.py 11 template = """<?xml version="1.0" encoding="utf-8"?>
  /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_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...]
type.go 60 ".css": "text/css; charset=utf-8",
62 ".htm": "text/html; charset=utf-8",
63 ".html": "text/html; charset=utf-8",
69 ".xml": "text/xml; charset=utf-8",
101 // Text types have the charset parameter set to "utf-8" by default.
170 param["charset"] = "utf-8"
  /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_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...]
type.go 60 ".css": "text/css; charset=utf-8",
62 ".htm": "text/html; charset=utf-8",
63 ".html": "text/html; charset=utf-8",
69 ".xml": "text/xml; charset=utf-8",
101 // Text types have the charset parameter set to "utf-8" by default.
170 param["charset"] = "utf-8"
  /test/vts/proto/
VtsReportMessage_pb2.py     [all...]
  /build/make/tools/
auto_gen_test_config_test.py 28 MANIFEST_INVALID = """<?xml version="1.0" encoding="utf-8"?>
33 MANIFEST_JUNIT_TEST = """<?xml version="1.0" encoding="utf-8"?>
42 MANIFEST_INSTRUMENTATION_TEST = """<?xml version="1.0" encoding="utf-8"?>
52 EXPECTED_JUNIT_TEST_CONFIG = """<?xml version="1.0" encoding="utf-8"?>
80 EXPECTED_INSTRUMENTATION_TEST_CONFIG = """<?xml version="1.0" encoding="utf-8"?>
  /packages/apps/DocumentsUI/
wrap_alpha.py 45 xml.write("""<?xml version="1.0" encoding="utf-8"?>
  /external/libmojo/third_party/jinja2/
bccache.py 1 # -*- coding: utf-8 -*-
160 hash = sha1(name.encode('utf-8'))
164 filename = filename.encode('utf-8')
170 return sha1(source.encode('utf-8')).hexdigest()
  /external/python/cpython3/Lib/test/
test_string_literals.py 19 encoding declared for the file (UTF-8 by default).
229 self.check_encoding("utf-8", extra)
233 self.assertRaises(SyntaxError, self.check_encoding, "utf-8", extra)
236 self.check_encoding("utf-8")
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c 198 const char *utf = (*env)->GetStringUTFChars(env, v, NULL); local
199 jboolean result = (strcmp("fuzzbot", utf) == 0);
201 (*env)->ReleaseStringUTFChars(env, v, utf);
244 const char *utf = (*env)->GetStringUTFChars(env, v6, NULL); local
245 result = (strncmp("six", utf, 3) == 0);
247 (*env)->ReleaseStringUTFChars(env, v6, utf);

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 910