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