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

1 2 3 4 5 6 7

  /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...]
  /hardware/bsp/intel/peripheral/libupm/src/lpd8806/
._jsupm_lpd8806.i 1 Mac OS X  2??ATTRR???com.apple.TextEncodingutf-8;134217984 (…)
._pyupm_lpd8806.i 1 Mac OS X  2??ATTRU???com.apple.TextEncodingutf-8;134217984 (…)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protorpc_test_pb2.py 75 has_default_value=False, default_value=six.text_type("", "utf-8"),
138 has_default_value=True, default_value=six.text_type("a default", "utf-8"),
208 has_default_value=False, default_value=six.text_type("", "utf-8"),
  /external/libxml2/
xmlstring.c 60 * encoded in UTF-8 or an encoding with 8bit based chars, we assume
512 * encoded in UTF-8 or an encoding with 8bit based chars, we assume
586 * From rfc2044: encoding of the Unicode values on UTF-8: *
588 * UCS-4 range (hex.) UTF-8 octet sequence (binary) *
600 * @utf: pointer to the UTF8 character
607 xmlUTF8Size(const xmlChar *utf) {
611 if (utf == NULL)
613 if (*utf < 0x80)
616 if (!(*utf & 0x40))
621 if (!(*utf & mask)
    [all...]
  /external/pcre/dist/
pcre_newline.c 70 utf TRUE if in utf mode
77 BOOL utf)
80 (void)utf;
82 if (utf)
117 case CHAR_NEL: *lenptr = utf? 2 : 1; return TRUE;
145 utf TRUE if in utf mode
152 BOOL utf)
155 (void)utf;
    [all...]
pcre_xclass.c 67 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf)
72 (void)utf;
75 utf = TRUE;
106 if (utf)
118 if (utf)
pcre_study.c 77 -1 if \C in UTF-8 mode or (*ACCEPT) was encountered
89 BOOL utf = (options & PCRE_UTF8) != 0; local
234 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
255 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
297 /* The single-byte matcher means we can't proceed in UTF-8 mode. (In
298 non-UTF-8 mode \C will actually be turned into OP_ALLANY, so won't ever
303 if (utf) return -1;
398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
531 of a character, we must take special action for UTF-8 characters. As i
    [all...]
pcre_printint.c 118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf)
124 (void)utf; /* Avoid compiler warning */
134 if (!utf || (c & 0xc0) != 0xc0)
149 /* This is a check for malformed UTF-8; it should only occur if the sanity
170 if (!utf || (c & 0xfc00) != 0xd800)
179 /* This is a check for malformed UTF-16; it should only occur if the sanity
196 if (!utf || (c & 0xfffff800u) != 0xd800u)
205 /* This is a check for malformed UTF-32; it should only occur if the sanity
218 * Print uchar string (regardless of utf) *
259 characters. This is used only when UCP support is available and UTF mode i
314 BOOL utf; local
    [all...]
RunTest 14 # UTF-8 with the UTF-8 check turned off; for this, studying must also be
65 title4A="Test 4: UTF"
67 title5="Test 5: API, internals, and non-Perl stuff for UTF"
71 title9="Test 9: DFA matching with UTF"
77 title15="Test 15: Specials for the 8-bit library with UTF-8 support"
80 title18="Test 18: Specials for the 16/32-bit library with UTF-16/32 support"
84 title22="Test 22: Reloads for the 16/32-bit library with UTF-16/32 support"
86 title24="Test 24: Specials for the 16-bit library with UTF-16 support"
88 title26="Test 26: Specials for the 32-bit library with UTF-32 support
    [all...]
pcre_compile.c 150 in UTF-8 mode. */
195 /* This is the "abnormal" table for EBCDIC systems without UTF-8 support. */
234 string is built from string macros so that it works in UTF-8 mode on EBCDIC
493 "this version of PCRE is compiled without UTF support\0"
507 "invalid UTF-8 string\0"
516 "octal value is greater than \\377 in 8-bit non-UTF-8 mode\0"
547 "invalid UTF-16 string\0"
551 "invalid UTF-32 string\0"
552 "setting UTF is disabled by the application\0"
590 UTF-8 mode. *
1009 BOOL utf = (options & PCRE_UTF8) != 0; local
4406 BOOL utf = (options & PCRE_UTF8) != 0; local
4493 BOOL utf = (options & PCRE_UTF8) != 0; local
4498 BOOL utf = FALSE; local
9005 BOOL utf; 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"?>
  /frameworks/base/packages/DocumentsUI/
wrap_alpha.py 45 xml.write("""<?xml version="1.0" encoding="utf-8"?>
  /art/runtime/mirror/
string.cc 29 #include "utf-inl.h"
110 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) {
111 DCHECK(utf != nullptr);
112 size_t byte_count = strlen(utf);
113 size_t char_count = CountModifiedUtf8Chars(utf, byte_count);
114 return AllocFromModifiedUtf8(self, char_count, utf, byte_count);
220 // Create a modified UTF-8 encoded std::string from a java/lang/String object.
  /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/v8/test/mjsunit/
string-slices.js 182 var utf = '\u03B1\u03B2\u03B3\u03B4\u03B5\u03B6\u03B7\u03B8\u03B9\u03BA\u03BB'; variable
184 assertEquals("\u03B4\u03B7", utf.substring(3,4) + utf.substring(6,7));
186 assertEquals("\u03B1\u03B4\u03B5", utf.substring(0,1) + utf.substring(5,3));
187 assertEquals("", ascii.substring(16) + utf.substring(16));
189 ascii.substring(1,6) + utf.substring(3,9));
191 utf.substring(3,9) + ascii);
193 utf.substring(5,1) + utf.substring(3,7))
    [all...]
  /external/opencv3/3rdparty/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/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"?>"""
  /packages/apps/Settings/
wrap_alpha.py 41 xml.write("""<?xml version="1.0" encoding="utf-8"?>
  /external/icu/icu4c/source/test/perf/collationperf/
Makefile.in 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
test_lxml.py 70 markup = b"""<?xml version="1.0" encoding="utf-8"?>
78 soup.encode("utf-8").replace(b"\n", b''),
80 b'<?xml version="1.0" encoding="utf-8"?>', b''))

Completed in 656 milliseconds

1 2 3 4 5 6 7