Searched refs:utf8_decode (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/lib/uwildmat/ |
D | uwildmat.c | 188 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/ |
D | lutf8lib.c | 57 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/ |
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
|
/external/flac/include/share/ |
D | utf8.h | 23 int utf8_decode(const char *from, char **to);
|
/external/flac/src/metaflac/ |
D | utils.c | 248 if(utf8_decode((const char *)entry->entry, &converted) >= 0) { in write_vc_field()
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 23 STRINGLIB(utf8_decode)(const char **inptr, const char *end, in STRINGLIB() argument
|
/external/fmtlib/include/fmt/ |
D | format-inl.h | 2613 inline const char* utf8_decode(const char* buf, uint32_t* c, int* e) { 2686 p = utf8_decode(p, &cp, &error);
|