Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlstring.c619 xmlUTF8Size(const xmlChar *utf) { in xmlUTF8Size()
670 xmlUTF8Strlen(const xmlChar *utf) { in xmlUTF8Strlen()
714 xmlGetUTF8Char(const unsigned char *utf, int *len) { in xmlGetUTF8Char()
785 xmlCheckUTF8(const unsigned char *utf) in xmlCheckUTF8()
839 xmlUTF8Strsize(const xmlChar *utf, int len) { in xmlUTF8Strsize()
874 xmlUTF8Strndup(const xmlChar *utf, int len) { in xmlUTF8Strndup()
900 xmlUTF8Strpos(const xmlChar *utf, int pos) { in xmlUTF8Strpos()
932 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc()
970 xmlUTF8Strsub(const xmlChar *utf, int start, int len) { in xmlUTF8Strsub()
Dencoding.c2716 const xmlChar *utf = (const xmlChar *) in->content; in xmlCharEncOutFunc() local
Dxmlschemastypes.c5134 const xmlChar *utf; in xmlSchemaNormLen() local
Dtestapi.c36497 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */ in test_xmlCheckUTF8() local
36529 unsigned char * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlGetUTF8Char() local
37212 xmlChar * utf; /* pointer to the UTF8 character */ in test_xmlUTF8Size() local
37244 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strlen() local
37276 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strloc() local
37315 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strndup() local
37357 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strpos() local
37396 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsize() local
37438 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsub() local
Dparser.c11141 xmlCheckCdataPush(const xmlChar *utf, int len, int complete) { in xmlCheckCdataPush()
/third_party/pcre2/pcre2/src/
Dpcre2_study.c104 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength()
781 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf, in set_table_bit()
953 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits()
1676 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV() local
Dpcre2_auto_possess.c325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
1139 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV() local
Dpcre2_pattern_info.c275 BOOL utf; in pcre2_callout_enumerate() local
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()
343 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint() local
Dpcre2_dfa_match.c550 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match() local
553 BOOL utf = FALSE; in internal_dfa_match() local
3311 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
Dpcre2test.c1092 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1100 #define PCHARSV(p, offset, len, utf, f) \ argument
1635 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1641 #define PCHARSV(p, offset, len, utf, f) \ argument
2041 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2043 #define PCHARSV(p, offset, len, utf, f) \ argument
2148 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2150 #define PCHARSV(p, offset, len, utf, f) \ argument
2255 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2257 #define PCHARSV(p, offset, len, utf, f) \ argument
[all …]
Dpcre2_match.c385 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref() local
619 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match() local
622 BOOL utf = FALSE; /* Required for convenience even when no Unicode support */ in match() local
6337 BOOL utf = FALSE; in pcre2_match() local
Dpcre2_substitute.c238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
Dpcre2_compile.c1506 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV() local
2379 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2621 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex() local
5271 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class() local
5428 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch() local
5431 BOOL utf = FALSE; in compile_branch() local
8621 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9765 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile() local
Dpcre2_jit_test.c1159 int utf = 0; in regression_tests() local
Dpcre2grep.c284 static BOOL utf = FALSE; variable
Dpcre2_jit_compile.c486 BOOL utf; member
7514 BOOL utf = common->utf; in compile_xclass_matchingpath() local
/third_party/flutter/skia/third_party/externals/sdl/src/main/android/
DSDL_android_main.c46 const char* utf; in Java_org_libsdl_app_SDLActivity_nativeInit() local
/third_party/skia/bench/
DTypefaceBench.cpp253 std::vector<char> utf; member
/third_party/flutter/skia/bench/
DTypefaceBench.cpp254 std::vector<char> utf; member
/third_party/openssl/crypto/
Dpunycode.c202 static int codepoint2utf8(unsigned char *out, unsigned long utf) in codepoint2utf8()
/third_party/openssl/test/
Dparam_build_test.c30 char *utf = NULL; in template_public_test() local
/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c14 const char *utf; member
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c1276 const char* utf; in Android_JNI_GetClipboardText() local