Home
last modified time | relevance | path

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

12

/external/libxml2/
Dxmlstring.c763 xmlUTF8Size(const xmlChar *utf) { in xmlUTF8Size()
814 xmlUTF8Strlen(const xmlChar *utf) { in xmlUTF8Strlen()
858 xmlGetUTF8Char(const unsigned char *utf, int *len) { in xmlGetUTF8Char()
929 xmlCheckUTF8(const unsigned char *utf) in xmlCheckUTF8()
983 xmlUTF8Strsize(const xmlChar *utf, int len) { in xmlUTF8Strsize()
1019 xmlUTF8Strndup(const xmlChar *utf, int len) { in xmlUTF8Strndup()
1045 xmlUTF8Strpos(const xmlChar *utf, int pos) { in xmlUTF8Strpos()
1079 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc()
1118 xmlUTF8Strsub(const xmlChar *utf, int start, int len) { in xmlUTF8Strsub()
/external/cronet/tot/third_party/libxml/src/
Dxmlstring.c763 xmlUTF8Size(const xmlChar *utf) { in xmlUTF8Size()
814 xmlUTF8Strlen(const xmlChar *utf) { in xmlUTF8Strlen()
858 xmlGetUTF8Char(const unsigned char *utf, int *len) { in xmlGetUTF8Char()
929 xmlCheckUTF8(const unsigned char *utf) in xmlCheckUTF8()
983 xmlUTF8Strsize(const xmlChar *utf, int len) { in xmlUTF8Strsize()
1019 xmlUTF8Strndup(const xmlChar *utf, int len) { in xmlUTF8Strndup()
1045 xmlUTF8Strpos(const xmlChar *utf, int pos) { in xmlUTF8Strpos()
1079 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc()
1118 xmlUTF8Strsub(const xmlChar *utf, int start, int len) { in xmlUTF8Strsub()
/external/cronet/stable/third_party/libxml/src/
Dxmlstring.c763 xmlUTF8Size(const xmlChar *utf) { in xmlUTF8Size()
814 xmlUTF8Strlen(const xmlChar *utf) { in xmlUTF8Strlen()
858 xmlGetUTF8Char(const unsigned char *utf, int *len) { in xmlGetUTF8Char()
929 xmlCheckUTF8(const unsigned char *utf) in xmlCheckUTF8()
983 xmlUTF8Strsize(const xmlChar *utf, int len) { in xmlUTF8Strsize()
1019 xmlUTF8Strndup(const xmlChar *utf, int len) { in xmlUTF8Strndup()
1045 xmlUTF8Strpos(const xmlChar *utf, int pos) { in xmlUTF8Strpos()
1079 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc()
1118 xmlUTF8Strsub(const xmlChar *utf, int start, int len) { in xmlUTF8Strsub()
/external/pcre/src/
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()
1145 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()
784 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf, in set_table_bit()
956 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits()
1766 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV() local
Dpcre2_convert.c125 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_posix()
585 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range()
795 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_glob()
1072 BOOL utf = (options & PCRE2_CONVERT_UTF) != 0; in pcre2_pattern_convert() local
Dpcre2_pattern_info.c275 BOOL utf; in pcre2_callout_enumerate() local
Dpcre2_printint.c92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf) in print_char()
342 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint() local
Dpcre2_dfa_match.c552 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match() local
555 BOOL utf = FALSE; in internal_dfa_match() local
3363 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
Dpcre2test.c1124 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1132 #define PCHARSV(p, offset, len, utf, f) \ argument
1696 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1702 #define PCHARSV(p, offset, len, utf, f) \ argument
2126 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2128 #define PCHARSV(p, offset, len, utf, f) \ argument
2237 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2239 #define PCHARSV(p, offset, len, utf, f) \ argument
2346 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2348 #define PCHARSV(p, offset, len, utf, f) \ argument
[all …]
Dpcre2_match.c391 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref() local
633 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match() local
636 BOOL utf = FALSE; /* Required for convenience even when no Unicode support */ in match() local
6570 BOOL utf = FALSE; in pcre2_match() local
Dpcre2_substitute.c238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
Dpcre2_compile.c1555 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV() local
2464 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2798 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex() local
5518 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class() local
5679 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch() local
5682 BOOL utf = FALSE; in compile_branch() local
8920 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
10129 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile() local
Dpcre2_jit_test.c1176 int utf = 0; in regression_tests() local
/external/oj-libjdwp/src/share/back/
DStringReferenceImpl.c46 char *utf; in value() local
/external/oj-libjdwp/src/share/npt/
Dnpt.h55 struct UtfInst *utf; member
/external/lzma/CPP/Windows/
DFileLink.cpp138 AString utf; in FillLinkData() local
612 AString utf; in SetSymLink_UString() local
/external/skia/bench/
DTypefaceBench.cpp255 std::vector<char> utf; member
/external/jsoup/src/main/java/org/jsoup/nodes/
DEntities.java312 ascii, utf, fallback; enumConstant
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp409 AString utf; in Z7_COM7F_IMF() local
DHashCalc.cpp1450 AString utf; in Z7_COM7F_IMF() local
/external/lzma/CPP/7zip/UI/FileManager/
DFSFolder.cpp343 AString utf; in SaveComments() local
/external/javassist/src/main/javassist/bytecode/
DConstPool.java667 Utf8Info utf = (Utf8Info)getItem(index); in getUtf8Info() local
1086 int utf = addUtf8Info(str); in addStringInfo() local
/external/lzma/CPP/7zip/Archive/Wim/
DWimIn.cpp1807 AString utf; in Parse() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc2204 void ConvertLatin1ToUTF8(const StringPiece& latin1, std::string* utf) { in ConvertLatin1ToUTF8()

12