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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/protobuf/
descriptor_pb2.py 215 has_default_value=False, default_value=unicode("", "utf-8"),
222 has_default_value=False, default_value=unicode("", "utf-8"),
326 has_default_value=False, default_value=unicode("", "utf-8"),
396 has_default_value=False, default_value=unicode("", "utf-8"),
424 has_default_value=False, default_value=unicode("", "utf-8"),
431 has_default_value=False, default_value=unicode("", "utf-8"),
438 has_default_value=False, default_value=unicode("", "utf-8"),
475 has_default_value=False, default_value=unicode("", "utf-8"),
517 has_default_value=False, default_value=unicode("", "utf-8"),
559 has_default_value=False, default_value=unicode("", "utf-8")
    [all...]
  /external/chromium_org/third_party/libxml/src/
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/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 76 -1 if \C in UTF-8 mode or (*ACCEPT) was encountered
87 BOOL utf = (options & PCRE_UTF8) != 0; local
229 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
250 if (utf && HAS_EXTRALEN(cc[-1])) cc += GET_EXTRALEN(cc[-1]);
292 /* The single-byte matcher means we can't proceed in UTF-8 mode. (In
293 non-UTF-8 mode \C will actually be turned into OP_ALLANY, so won't ever
298 if (utf) return -1;
393 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
418 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
489 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. */
228 string is built from string macros so that it works in UTF-8 mode on EBCDIC
487 "this version of PCRE is compiled without UTF support\0"
501 "invalid UTF-8 string\0"
510 "octal value is greater than \\377 in 8-bit non-UTF-8 mode\0"
537 "invalid UTF-16 string\0"
541 "invalid UTF-32 string\0"
542 "setting UTF is disabled by the application\0"
580 UTF-8 mode. *
999 BOOL utf = (options & PCRE_UTF8) != 0; local
4336 BOOL utf = (options & PCRE_UTF8) != 0; local
4423 BOOL utf = (options & PCRE_UTF8) != 0; local
4428 BOOL utf = FALSE; local
8793 BOOL utf; local
    [all...]
  /external/chromium_org/third_party/libxml/src/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...]
  /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...]
  /frameworks/base/packages/DocumentsUI/
wrap_alpha.py 45 xml.write("""<?xml version="1.0" encoding="utf-8"?>
  /external/chromium_org/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/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/chromium_org/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);
  /art/runtime/mirror/
string.cc 28 #include "utf-inl.h"
98 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) {
99 DCHECK(utf != nullptr);
100 size_t char_count = CountModifiedUtf8Chars(utf);
101 return AllocFromModifiedUtf8(self, char_count, utf);
192 // Create a modified UTF-8 encoded std::string from a java/lang/String object.
  /external/chromium_org/chrome/common/extensions/docs/server2/
docs_server_utils.py 59 return unicode(data, 'utf-8')
  /external/chromium_org/third_party/mesa/src/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/' $@~ > $@; \
  /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"?>"""
  /external/chromium_org/tools/grit/grit/gather/
chrome_html_unittest.py 67 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
108 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
140 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
167 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
194 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
231 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
268 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
296 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
327 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8')),
356 self.failUnlessEqual(StandardizeHtml(html.GetData('en', 'utf-8'))
    [all...]
  /external/chromium_org/third_party/icu/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/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

Completed in 1279 milliseconds

1 2 3 4 5 6 7 8