Home
last modified time | relevance | path

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

12

/third_party/gettext/gnulib-local/lib/libxml/
Dxmlstring.c644 xmlUTF8Size(const xmlChar *utf) { in xmlUTF8Size()
695 xmlUTF8Strlen(const xmlChar *utf) { in xmlUTF8Strlen()
739 xmlGetUTF8Char(const unsigned char *utf, int *len) { in xmlGetUTF8Char()
810 xmlCheckUTF8(const unsigned char *utf) in xmlCheckUTF8()
862 xmlUTF8Strsize(const xmlChar *utf, int len) { in xmlUTF8Strsize()
895 xmlUTF8Strndup(const xmlChar *utf, int len) { in xmlUTF8Strndup()
924 xmlUTF8Strpos(const xmlChar *utf, int pos) { in xmlUTF8Strpos()
956 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc()
993 xmlUTF8Strsub(const xmlChar *utf, int start, int len) { in xmlUTF8Strsub()
/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()
/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c308 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
519 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
1122 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV() local
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_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()
312 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
3254 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
Dpcre2_match.c384 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref() local
618 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match() local
621 BOOL utf = FALSE; /* Required for convenience even when no Unicode support */ in match() local
6144 BOOL utf = FALSE; in pcre2_match() local
Dpcre2test.c1084 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1092 #define PCHARSV(p, offset, len, utf, f) \ argument
1627 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1633 #define PCHARSV(p, offset, len, utf, f) \ argument
2033 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2035 #define PCHARSV(p, offset, len, utf, f) \ argument
2140 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2142 #define PCHARSV(p, offset, len, utf, f) \ argument
2247 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2249 #define PCHARSV(p, offset, len, utf, f) \ argument
[all …]
Dpcre2_substitute.c238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
/third_party/glib/glib/pcre/
Dpcre_study.c84 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength() local
546 compile_data *cd, BOOL utf) in set_table_bit()
708 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, in set_start_bits()
Dpcre_compile.c773 BOOL utf = (options & PCRE_UTF8) != 0; in check_escape() local
1377 BOOL xmode, BOOL utf, int *count) in find_parens_sub()
1610 BOOL utf) in find_parens()
1718 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd) in find_fixedlength()
2180 find_recurse(const pcre_uchar *code, BOOL utf) in find_recurse()
2336 BOOL utf, compile_data *cd) in could_be_empty_branch()
2635 branch_chain *bcptr, BOOL utf, compile_data *cd) in could_be_empty()
2782 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse()
3002 check_auto_possessive(const pcre_uchar *previous, BOOL utf, in check_auto_possessive()
3471 BOOL utf = (options & PCRE_UTF8) != 0; in compile_branch() local
[all …]
Dpcre_byte_order.c110 BOOL utf; in pcre_pattern_to_host_byte_order() local
Dpcre_dfa_exec.c420 BOOL utf = (md->poptions & PCRE_UTF8) != 0; in internal_dfa_exec() local
422 BOOL utf = FALSE; in internal_dfa_exec() local
3146 BOOL utf, anchored, startline, firstline; in pcre_dfa_exec() 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/boost/libs/locale/src/std/
Dcodecvt.cpp28 utf8_support utf) in create_codecvt()
Dcollate.cpp72 utf8_support utf) in create_collate()
Dconverter.cpp108 utf8_support utf) in create_convert()
Dnumeric.cpp315 utf8_support utf) in create_formatting()
384 utf8_support utf) in create_parsing()
/third_party/boost/libs/locale/test/
Dtest_codepage.cpp245 std::basic_string<Char> utf(char const *s) in utf() function
251 std::basic_string<char> utf(char const *s) in utf() function
336 void test_skip(char const *enc,char const *utf,char const *name,char const *opt=0) in test_skip()
/third_party/boost/boost/nowide/utf/
Dconvert.hpp18 namespace utf { namespace
/third_party/flutter/skia/bench/
DTypefaceBench.cpp254 std::vector<char> utf; member
/third_party/skia/bench/
DTypefaceBench.cpp253 std::vector<char> utf; member
/third_party/boost/boost/locale/
Dutf.hpp20 namespace utf { namespace

12