Searched refs:utf8_decode (Results 1 – 6 of 6) sorted by relevance
/external/lua/src/ |
D | lutf8lib.c | 40 static const char *utf8_decode (const char *o, int *val) { in utf8_decode() function 82 const char *s1 = utf8_decode(s + posi, NULL); in utflen() 118 s = utf8_decode(s, &code); in codepoint() 215 const char *next = utf8_decode(s + n, &code); in iter_aux()
|
/external/flac/include/share/ |
D | utf8.h | 23 int utf8_decode(const char *from, char **to);
|
/external/webrtc/webrtc/base/ |
D | stringencode.h | 31 size_t utf8_decode(const char* source, size_t srclen, unsigned long* value);
|
D | stringencode.cc | 197 size_t utf8_decode(const char* source, size_t srclen, unsigned long* value) { in utf8_decode() function 293 if (size_t vallen = utf8_decode(&source[srcpos], srclen - srcpos, &val)) { in html_encode()
|
D | stringencode_unittest.cc | 40 ASSERT_EQ(kTests[i].enclen, utf8_decode(kTests[i].encoded, in TEST()
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 21 STRINGLIB(utf8_decode)(const char **inptr, const char *end, in STRINGLIB() argument
|