Home
last modified time | relevance | path

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

12

/external/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.c36291 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */ in test_xmlCheckUTF8() local
36323 unsigned char * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlGetUTF8Char() local
37006 xmlChar * utf; /* pointer to the UTF8 character */ in test_xmlUTF8Size() local
37038 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strlen() local
37070 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strloc() local
37109 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strndup() local
37151 xmlChar * utf; /* the input UTF8 * */ in test_xmlUTF8Strpos() local
37190 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsize() local
37232 xmlChar * utf; /* a sequence of UTF-8 encoded bytes */ in test_xmlUTF8Strsub() local
/external/pcre/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_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_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()
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_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_substitute.c238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() 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
/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