Home
last modified time | relevance | path

Searched refs:utf8_decode (Results 1 – 7 of 7) sorted by relevance

/external/igt-gpu-tools/lib/uwildmat/
Duwildmat.c188 utf8_decode(const unsigned char *start, const unsigned char *end, in utf8_decode() function
248 p += utf8_decode(p, end, &last); in match_class()
254 p += utf8_decode(p, end, &first); in match_class()
353 text += utf8_decode(text, NULL, &c); in match_pattern()
/external/lua/src/
Dlutf8lib.c57 static const char *utf8_decode (const char *s, utfint *val, int strict) { in utf8_decode() function
104 const char *s1 = utf8_decode(s + posi, NULL, !lax); in utflen()
141 s = utf8_decode(s, &code, !lax); in codepoint()
238 const char *next = utf8_decode(s + n, &code, strict); in iter_aux()
/external/flac/src/share/utf8/
Dutf8.c81 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
/external/flac/include/share/
Dutf8.h23 int utf8_decode(const char *from, char **to);
/external/flac/src/metaflac/
Dutils.c248 if(utf8_decode((const char *)entry->entry, &converted) >= 0) { in write_vc_field()
/external/python/cpython3/Objects/stringlib/
Dcodecs.h23 STRINGLIB(utf8_decode)(const char **inptr, const char *end, in STRINGLIB() argument
/external/fmtlib/include/fmt/
Dformat-inl.h2613 inline const char* utf8_decode(const char* buf, uint32_t* c, int* e) {
2686 p = utf8_decode(p, &cp, &error);