Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlstring.c615 xmlUTF8Size(const xmlChar *utf) { in xmlUTF8Size()
666 xmlUTF8Strlen(const xmlChar *utf) { in xmlUTF8Strlen()
710 xmlGetUTF8Char(const unsigned char *utf, int *len) { in xmlGetUTF8Char()
781 xmlCheckUTF8(const unsigned char *utf) in xmlCheckUTF8()
833 xmlUTF8Strsize(const xmlChar *utf, int len) { in xmlUTF8Strsize()
866 xmlUTF8Strndup(const xmlChar *utf, int len) { in xmlUTF8Strndup()
895 xmlUTF8Strpos(const xmlChar *utf, int pos) { in xmlUTF8Strpos()
927 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc()
964 xmlUTF8Strsub(const xmlChar *utf, int start, int len) { in xmlUTF8Strsub()
Dencoding.c2658 const xmlChar *utf = (const xmlChar *) in->content; in xmlCharEncOutFunc() local
Dxmlschemastypes.c5020 const xmlChar *utf; in xmlSchemaNormLen() local
Dtestapi.c36504 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */ in test_xmlCheckUTF8() local
36536 unsigned char * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlGetUTF8Char() local
37219 xmlChar * utf; /* pointer to the UTF8 character */ in test_xmlUTF8Size() local
37251 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strlen() local
37283 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strloc() local
37322 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strndup() local
37364 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strpos() local
37403 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsize() local
37445 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsub() local
Dparser.c11021 xmlCheckCdataPush(const xmlChar *utf, int len, int complete) { in xmlCheckCdataPush()
/external/pcre/dist2/src/
Dpcre2_study.c102 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength()
758 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf) in set_table_bit()
917 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf) in set_start_bits()
1583 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV() local
Dpcre2_pattern_info.c275 BOOL utf; in pcre2_callout_enumerate() 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_convert.c126 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_posix()
578 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range()
788 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_glob()
1065 BOOL utf = (options & PCRE2_CONVERT_UTF) != 0; in pcre2_pattern_convert() 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_dfa_match.c539 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match() local
541 BOOL utf = FALSE; in internal_dfa_match() local
3236 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
Dpcre2_substitute.c233 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
Dpcre2test.c1035 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1043 #define PCHARSV(p, offset, len, utf, f) \ argument
1567 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1573 #define PCHARSV(p, offset, len, utf, f) \ argument
1965 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1967 #define PCHARSV(p, offset, len, utf, f) \ argument
2069 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2071 #define PCHARSV(p, offset, len, utf, f) \ argument
2173 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2175 #define PCHARSV(p, offset, len, utf, f) \ argument
[all …]
Dpcre2_match.c599 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match() local
601 BOOL utf = FALSE; in match() local
6012 BOOL utf; in pcre2_match() local
Dpcre2_compile.c1413 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV() local
2344 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex() local
4795 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class() local
4950 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch() local
4952 BOOL utf = FALSE; in compile_branch() local
8060 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9117 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile() local
Dpcre2_jit_test.c1123 int utf = 0; in regression_tests() local
Dpcre2grep.c257 static BOOL utf = FALSE; variable
Dpcre2_jit_compile.c479 BOOL utf; member
6446 BOOL utf = common->utf; in compile_xclass_matchingpath() local
/external/oj-libjdwp/src/share/back/
DStringReferenceImpl.c46 char *utf; in value() local
Dutil.c1757 const char *utf; in getPropertyUTF8() local
/external/oj-libjdwp/src/share/npt/
Dnpt.h55 struct UtfInst *utf; member
/external/skia/bench/
DTypefaceBench.cpp254 std::vector<char> utf; member
/external/pcre/pcrecpp/include/
Dpcrecpp.h454 bool utf() const { in utf() function
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c475 static int ascii2utf (char *s, u8 *utf, int utfmax) in ascii2utf()
/external/javasqlite/src/main/native/
Dsqlite_jni.c363 const char *utf = (*env)->GetStringUTFChars(env, src, 0); in trans2iso() local