Home
last modified time | relevance | path

Searched defs:utf (Results 1 – 25 of 26) sorted by relevance

12

/external/libxml2/
Dxmlstring.c614 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()
Dencoding.c2787 const xmlChar *utf = (const xmlChar *) in->content; in xmlCharEncOutFunc() local
Dxmlschemastypes.c5010 const xmlChar *utf; in xmlSchemaNormLen() local
Dtestapi.c36336 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
Dparser.c11278 xmlCheckCdataPush(const xmlChar *utf, int len, int complete) { in xmlCheckCdataPush()
/external/pcre/dist2/src/
Dpcre2_study.c93 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
Dpcre2_auto_possess.c307 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()
Dpcre2_pattern_info.c258 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_callout_enumerate() local
Dpcre2_printint.c92 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
Dpcre2_compile.c896 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
Dpcre2_dfa_match.c396 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
Dpcre2test.c926 #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 …]
Dpcre2_substitute.c231 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
Dpcre2_match.c149 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
Dpcre2_jit_test.c1107 int utf = 0; in regression_tests() local
Dpcre2grep.c220 static BOOL utf = FALSE; variable
Dpcre2_jit_compile.c454 BOOL utf; member
5487 BOOL utf = common->utf; in compile_xclass_matchingpath() local
/external/pcre/pcrecpp/include/
Dpcrecpp.h454 bool utf() const { in utf() function
/external/regex-re2/re2/
Dparse.cc1939 void ConvertLatin1ToUTF8(const StringPiece& latin1, string* utf) { in ConvertLatin1ToUTF8()
/external/svox/pico/lib/
Dpicotok.c217 utf8char0c utf; member
/external/javassist/src/main/javassist/bytecode/
DConstPool.java592 Utf8Info utf = (Utf8Info)getItem(index); in getUtf8Info() local
/external/owasp/sanitizer/tools/findbugs/lib/
Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/ ...
/external/javasqlite/src/main/native/
Dsqlite_jni.c363 const char *utf = (*env)->GetStringUTFChars(env, src, 0); in trans2iso() local
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...

12