/external/libxml2/ |
D | xmlstring.c | 614 xmlUTF8Size(const xmlChar *utf) { in xmlUTF8Size() 665 xmlUTF8Strlen(const xmlChar *utf) { in xmlUTF8Strlen() 709 xmlGetUTF8Char(const unsigned char *utf, int *len) { in xmlGetUTF8Char() 780 xmlCheckUTF8(const unsigned char *utf) in xmlCheckUTF8() 832 xmlUTF8Strsize(const xmlChar *utf, int len) { in xmlUTF8Strsize() 865 xmlUTF8Strndup(const xmlChar *utf, int len) { in xmlUTF8Strndup() 894 xmlUTF8Strpos(const xmlChar *utf, int pos) { in xmlUTF8Strpos() 926 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc() 963 xmlUTF8Strsub(const xmlChar *utf, int start, int len) { in xmlUTF8Strsub()
|
D | encoding.c | 2787 const xmlChar *utf = (const xmlChar *) in->content; in xmlCharEncOutFunc() local
|
D | xmlschemastypes.c | 5010 const xmlChar *utf; in xmlSchemaNormLen() local
|
D | testapi.c | 36336 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */ in test_xmlCheckUTF8() local 36368 unsigned char * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlGetUTF8Char() local 37033 xmlChar * utf; /* pointer to the UTF8 character */ in test_xmlUTF8Size() local 37065 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strlen() local 37097 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strloc() local 37136 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strndup() local 37175 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strpos() local 37214 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsize() local 37253 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsub() local
|
D | parser.c | 11278 xmlCheckCdataPush(const xmlChar *utf, int len, int complete) { in xmlCheckCdataPush()
|
/external/pcre/dist2/src/ |
D | pcre2_study.c | 93 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr) in find_minlength() 718 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf) in set_table_bit() 874 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf) in set_start_bits() 1530 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV() local
|
D | pcre2_auto_possess.c | 307 get_chr_property_list(PCRE2_SPTR code, BOOL utf, const uint8_t *fcc, in get_chr_property_list() 515 compare_opcodes(PCRE2_SPTR code, BOOL utf, const compile_block *cb, in compare_opcodes()
|
D | pcre2_pattern_info.c | 258 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_callout_enumerate() local
|
D | pcre2_printint.c | 92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf) in print_char() 312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint() local
|
D | pcre2_compile.c | 896 find_fixedlength(PCRE2_UCHAR *code, BOOL utf, BOOL atend, compile_block *cb, in find_fixedlength() 1368 could_be_empty_branch(PCRE2_SPTR code, PCRE2_SPTR endcode, BOOL utf, in could_be_empty_branch() 1827 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV() local 2478 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse() 2993 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class() local 3031 uint32_t options, BOOL utf, compile_block *cb) in process_verb_name() 3231 BOOL utf = (options & PCRE2_UTF) != 0; in scan_for_captures() local 3893 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch() local 3899 BOOL utf = FALSE; in compile_branch() local 8315 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile() local
|
D | pcre2_dfa_match.c | 396 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match() local 398 BOOL utf = FALSE; in internal_dfa_match() local 3127 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
|
D | pcre2test.c | 926 #define PCHARS(lv, p, offset, len, utf, f) \ argument 934 #define PCHARSV(p, offset, len, utf, f) \ argument 1400 #define PCHARS(lv, p, offset, len, utf, f) \ argument 1406 #define PCHARSV(p, offset, len, utf, f) \ argument 1760 #define PCHARS(lv, p, offset, len, utf, f) \ argument 1762 #define PCHARSV(p, offset, len, utf, f) \ argument 1855 #define PCHARS(lv, p, offset, len, utf, f) \ argument 1857 #define PCHARSV(p, offset, len, utf, f) \ argument 1950 #define PCHARS(lv, p, offset, len, utf, f) \ argument 1952 #define PCHARSV(p, offset, len, utf, f) \ argument [all …]
|
D | pcre2_substitute.c | 231 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
|
D | pcre2_match.c | 149 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref() local 589 register BOOL utf; /* Local copy of UTF flag for speed */ in match() local 6459 BOOL utf; in pcre2_match() local
|
D | pcre2_jit_test.c | 1107 int utf = 0; in regression_tests() local
|
D | pcre2grep.c | 220 static BOOL utf = FALSE; variable
|
D | pcre2_jit_compile.c | 454 BOOL utf; member 5487 BOOL utf = common->utf; in compile_xclass_matchingpath() local
|
/external/pcre/pcrecpp/include/ |
D | pcrecpp.h | 454 bool utf() const { in utf() function
|
/external/regex-re2/re2/ |
D | parse.cc | 1939 void ConvertLatin1ToUTF8(const StringPiece& latin1, string* utf) { in ConvertLatin1ToUTF8()
|
/external/svox/pico/lib/ |
D | picotok.c | 217 utf8char0c utf; member
|
/external/javassist/src/main/javassist/bytecode/ |
D | ConstPool.java | 592 Utf8Info utf = (Utf8Info)getItem(index); in getUtf8Info() local
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | yjp-controller-api-redist.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/yourkit/
com/ ... |
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 363 const char *utf = (*env)->GetStringUTFChars(env, src, 0); in trans2iso() local
|
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |