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

1 2 3 4 5 6 7 8 91011

  /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/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
593 * From rfc2044: encoding of the Unicode values on UTF-8: *
595 * UCS-4 range (hex.) UTF-8 octet sequence (binary) *
607 * @utf: pointer to the UTF8 character
614 xmlUTF8Size(const xmlChar *utf) {
618 if (utf == NULL)
620 if (*utf < 0x80)
623 if (!(*utf & 0x40))
628 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 36 ".css": "text/css; charset=utf-8",
38 ".htm": "text/html; charset=utf-8",
39 ".html": "text/html; charset=utf-8",
45 ".xml": "text/xml; charset=utf-8",
100 // Text types have the charset parameter set to "utf-8" by default.
171 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 36 ".css": "text/css; charset=utf-8",
38 ".htm": "text/html; charset=utf-8",
39 ".html": "text/html; charset=utf-8",
45 ".xml": "text/xml; charset=utf-8",
100 // Text types have the charset parameter set to "utf-8" by default.
171 param["charset"] = "utf-8"
  /packages/apps/DocumentsUI/
wrap_alpha.py 45 xml.write("""<?xml version="1.0" encoding="utf-8"?>
  /external/libutf/
Makefile 53 utf.h\
60 install -c -m 0644 utf.7 $(PREFIX)/man/man7/utf.7
64 install -c -m 0644 utf.h $(PREFIX)/include/utf.h
  /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()
  /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);
android_jni_cts_StaticNonce.c 212 const char *utf = (*env)->GetStringUTFChars(env, v, NULL); local
213 jboolean result = (strcmp("fuzzbot", utf) == 0);
215 (*env)->ReleaseStringUTFChars(env, v, utf);
259 const char *utf = (*env)->GetStringUTFChars(env, v6, NULL); local
260 result = (strncmp("six", utf, 3) == 0);
262 (*env)->ReleaseStringUTFChars(env, v6, utf);
  /external/skia/tools/skpbench/
skpbench.py 98 self._queue.put(Message(Message.READLINE, line.decode('utf-8').rstrip()))
136 for line in output.decode('utf-8').split('\n'):
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Makefile 17 # your editor encodes the file in UTF-8.
24 # in. Please make sure that your editor encodes the file in UTF-8.
84 xgettext -L C --from-code utf-8 -o $(POT) t_options.h
95 sed -e 's/charset=.*\\n/charset=UTF-8\\n/' $@~ > $@; \
  /packages/apps/Camera2/tests/exiftool_parser/
parser.py 21 print """<?xml version="1.0" encoding="utf-8"?>"""

Completed in 535 milliseconds

1 2 3 4 5 6 7 8 91011