Searched defs:utf8_decode (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/flac/src/share/utf8/ |
H A D | utf8.c | 81 int utf8_decode(const char *from, char **to) in utf8_decode() function 197 int utf8_decode(const char *from, char **to) in utf8_decode() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/ |
D | debug.rs | 50 pub(crate) fn utf8_decode(bytes: &[u8]) -> Option<Result<char, u8>> { in utf8_decode() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ |
H A D | debug.rs | 77 pub(crate) fn utf8_decode(bytes: &[u8]) -> Option<Result<char, u8>> { in utf8_decode() function
|
/aosp_15_r20/external/lua/src/ |
H A D | lutf8lib.c | 57 static const char *utf8_decode (const char *s, utfint *val, int strict) { in utf8_decode() function
|
/aosp_15_r20/external/igt-gpu-tools/lib/uwildmat/ |
H A D | uwildmat.c | 188 utf8_decode(const unsigned char *start, const unsigned char *end, in utf8_decode() function
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 23 STRINGLIB(utf8_decode)(const char **inptr, const char *end, in STRINGLIB() argument
|