Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A 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()
1018 xmlUTF8Strndup(const xmlChar *utf, int len) { in xmlUTF8Strndup()
1044 xmlUTF8Strpos(const xmlChar *utf, int pos) { in xmlUTF8Strpos()
1076 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) { in xmlUTF8Strloc()
1114 xmlUTF8Strsub(const xmlChar *utf, int start, int len) { in xmlUTF8Strsub()
/aosp_15_r20/external/libxml2/
H A 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()
/aosp_15_r20/external/pcre/src/
H A 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
H A 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
H A 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
H A 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 …]
H A 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
H A 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
H A 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
H A 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
H A Dpcre2_pattern_info.c275 BOOL utf; in pcre2_callout_enumerate() local
H A Dpcre2_substitute.c238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
/aosp_15_r20/art/test/929-search/
H A Dsearch.cc35 ScopedUtfChars utf(env, segment); in Java_Main_addToBootClassLoader() local
45 ScopedUtfChars utf(env, segment); in Java_Main_addToSystemClassLoader() local
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileLink.cpp138 AString utf; in FillLinkData() local
612 AString utf; in SetSymLink_UString() local
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DStringReferenceImpl.c46 char *utf; in value() local
/aosp_15_r20/external/oj-libjdwp/src/share/npt/
H A Dnpt.h55 struct UtfInst *utf; member
/aosp_15_r20/external/skia/bench/
H A DTypefaceBench.cpp255 std::vector<char> utf; member
/aosp_15_r20/cts/tests/tests/jni/libjnitest/
H A Dandroid_jni_cts_InstanceNonce.c359 const char *utf = (*env)->GetStringUTFChars(env, v, NULL); in InstanceNonce_takeString() local
432 const char *utf = (*env)->GetStringUTFChars(env, v6, NULL); in InstanceNonce_takeOneOfEach() local
H A Dandroid_jni_cts_StaticNonce.c485 const char *utf = (*env)->GetStringUTFChars(env, v, NULL); in StaticNonce_takeString() local
572 const char *utf = (*env)->GetStringUTFChars(env, v6, NULL); in StaticNonce_takeOneOfEach() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DEntities.java312 ascii, utf, fallback; enumConstant
/aosp_15_r20/art/test/674-hiddenapi/
H A Dhiddenapi.cc54 ScopedUtfChars utf(env, jpath); in Java_Main_appendToBootClassLoader() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp409 AString utf; in Z7_COM7F_IMF() local
/aosp_15_r20/frameworks/base/tools/lock_agent/
H A Dagent.cpp454 ScopedUtfChars utf(env, msg); in Java_com_android_lock_1checker_LockHook_nWtf() local
/aosp_15_r20/art/runtime/mirror/
H A Dstring.cc235 ObjPtr<String> String::AllocFromModifiedUtf8(Thread* self, const char* utf) { in AllocFromModifiedUtf8()
/aosp_15_r20/art/runtime/jni/
H A Dcheck_jni.cc2523 static void ReleaseStringUTFChars(JNIEnv* env, jstring string, const char* utf) { in ReleaseStringUTFChars()
3497 jboolean* is_copy, bool utf, bool critical) { in GetStringCharsInternal()
3538 const void* chars, bool utf, bool critical) { in ReleaseStringCharsInternal()

1234