Searched refs:decode_utf8 (Results 1 – 4 of 4) sorted by relevance
/external/libvterm/src/ |
D | encoding.c | 28 static void decode_utf8(VTermEncoding *enc, void *data_, in decode_utf8() function 159 .decode = &decode_utf8,
|
/external/pcre/dist2/ |
D | perltest.sh | 366 $xx = Encode::decode_utf8($xx) if $utf8;
|
/external/python/cpython2/Python/ |
D | ast.c | 3370 decode_utf8(struct compiling *c, const char **sPtr, const char *end, char* encoding) in decode_utf8() function 3423 w = decode_utf8(c, &s, end, "utf-32-be"); in decode_unicode()
|
/external/python/cpython3/Python/ |
D | ast.c | 4111 decode_utf8(struct compiling *c, const char **sPtr, const char *end) in decode_utf8() function 4187 w = decode_utf8(c, &s, end); in decode_unicode_with_escapes()
|