Home
last modified time | relevance | path

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

12

/external/libxml2/
Dxmlstring.c618 xmlUTF8Size(const xmlChar *utf) { in xmlUTF8Size()
669 xmlUTF8Strlen(const xmlChar *utf) { in xmlUTF8Strlen()
713 xmlGetUTF8Char(const unsigned char *utf, int *len) { in xmlGetUTF8Char()
784 xmlCheckUTF8(const unsigned char *utf) in xmlCheckUTF8()
836 xmlUTF8Strsize(const xmlChar *utf, int len) { in xmlUTF8Strsize()
869 xmlUTF8Strndup(const xmlChar *utf, int len) { in xmlUTF8Strndup()
898 xmlUTF8Strpos(const xmlChar *utf, int pos) { in xmlUTF8Strpos()
930 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc()
967 xmlUTF8Strsub(const xmlChar *utf, int start, int len) { in xmlUTF8Strsub()
Dencoding.c2718 const xmlChar *utf = (const xmlChar *) in->content; in xmlCharEncOutFunc() local
Dxmlschemastypes.c5134 const xmlChar *utf; in xmlSchemaNormLen() local
Dtestapi.c36495 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */ in test_xmlCheckUTF8() local
36527 unsigned char * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlGetUTF8Char() local
37210 xmlChar * utf; /* pointer to the UTF8 character */ in test_xmlUTF8Size() local
37242 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strlen() local
37274 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strloc() local
37313 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strndup() local
37355 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strpos() local
37394 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsize() local
37436 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsub() local
/external/pcre/dist2/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()
518 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
1121 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
6142 BOOL utf = FALSE; in pcre2_match() local
Dpcre2test.c1081 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1089 #define PCHARSV(p, offset, len, utf, f) \ argument
1624 #define PCHARS(lv, p, offset, len, utf, f) \ argument
1630 #define PCHARSV(p, offset, len, utf, f) \ argument
2030 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2032 #define PCHARSV(p, offset, len, utf, f) \ argument
2137 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2139 #define PCHARSV(p, offset, len, utf, f) \ argument
2244 #define PCHARS(lv, p, offset, len, utf, f) \ argument
2246 #define PCHARSV(p, offset, len, utf, f) \ argument
[all …]
Dpcre2_substitute.c238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
Dpcre2_compile.c1487 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV() local
2273 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2515 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex() local
5165 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class() local
5322 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch() local
5325 BOOL utf = FALSE; in compile_branch() local
8497 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9642 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile() local
Dpcre2_jit_test.c1152 int utf = 0; in regression_tests() local
Dpcre2grep.c291 static BOOL utf = FALSE; variable
Dpcre2_jit_compile.c483 BOOL utf; member
7425 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.cpp253 std::vector<char> utf; member
/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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc2185 void ConvertLatin1ToUTF8(const StringPiece& latin1, std::string* utf) { in ConvertLatin1ToUTF8()
/external/e2fsprogs/util/
Dmkutf8data.c1549 char utf[18*4+1]; in utf8_create() local
/external/javasqlite/src/main/native/
Dsqlite_jni.c363 const char *utf = (*env)->GetStringUTFChars(env, src, 0); in trans2iso() local

12