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

1 2 3 4 5 6

  /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...]
  /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...]
pcre_byte_order.c 115 BOOL utf; local
167 utf = (re->options & PCRE_UTF16) != 0;
188 /* We know that there is only one extra character in UTF-16. */
265 if (utf) utf16_char = TRUE;
pcre_dfa_exec.c 428 BOOL utf = (md->poptions & PCRE_UTF8) != 0; local
430 BOOL utf = FALSE; local
490 if (utf)
715 if (utf) { GETCHARLEN(d, (code + coptable[codevalue]), dlen); } else
3194 BOOL utf, anchored, startline, firstline; local
    [all...]
pcre_jit_test.c 62 \xed\xa0\x80 = 55296 = 0xd800 (Invalid UTF character)
63 \xed\xb0\x80 = 56320 = 0xdc00 (Invalid UTF character)
90 \xf4\x8f\xbf\xbf = 0x10ffff = 1114111 (highest allowed utf character)
1127 int utf = 0, ucp = 0; local
    [all...]
pcre_exec.c 134 BOOL utf = md->utf; local
149 the length passed is zero. Note that in caseless UTF-8 mode, the number of
171 BOOL utf = md->utf; local
192 /* Separate the caseless case for speed. In UTF-8 mode we can only do this
199 if (utf)
202 data units matched may differ, because in UTF-8 there are some characters
204 For example, U+023A (2 bytes in UTF-8) is the upper case version of U+2C65
205 (3 bytes in UTF-8); a sequence of 3 of the former uses 6 bytes, as does
524 register BOOL utf; \/* Local copy of UTF flag for speed *\/ local
6356 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...]
  /frameworks/base/packages/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/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...]
  /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 29 #include "utf-inl.h"
109 String* String::AllocFromModifiedUtf8(Thread* self, const char* utf) {
110 DCHECK(utf != nullptr);
111 size_t char_count = CountModifiedUtf8Chars(utf);
112 return AllocFromModifiedUtf8(self, char_count, utf);
214 // Create a modified UTF-8 encoded std::string from a java/lang/String object.
  /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
  /frameworks/opt/net/wifi/service/jni/
jni_helper.cpp 159 const char *utf = chars.c_str(); local
160 if (utf == NULL) {
165 if (*utf != 0 && size < 1) {
169 strncpy(buf, utf, size);
603 JNIObject<jstring> JNIHelper::newStringUTF(const char *utf) {
604 return JNIObject<jstring>(*this, mEnv->NewStringUTF(utf));
  /frameworks/base/tools/aapt2/
ManifestMerger_test.cpp 26 constexpr const char* kAppManifest = R"EOF(<?xml version="1.0" encoding="utf-8"?>
47 constexpr const char* kLibManifest = R"EOF(<?xml version="1.0" encoding="utf-8"?>
73 constexpr const char* kBadLibManifest = R"EOF(<?xml version="1.0" encoding="utf-8"?>

Completed in 510 milliseconds

1 2 3 4 5 6