Home
last modified time | relevance | path

Searched refs:decode_utf8 (Results 1 – 4 of 4) sorted by relevance

/external/libvterm/src/
Dencoding.c28 static void decode_utf8(VTermEncoding *enc, void *data_, in decode_utf8() function
159 .decode = &decode_utf8,
/external/pcre/dist2/
Dperltest.sh366 $xx = Encode::decode_utf8($xx) if $utf8;
/external/python/cpython2/Python/
Dast.c3370 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/
Dast.c4111 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()