Searched refs:utf8_encode (Results 1 – 6 of 6) sorted by relevance
/external/flac/src/share/utf8/ |
D | utf8.c | 42 int utf8_encode(const char *from, char **to) in utf8_encode() function 192 int utf8_encode(const char *from, char **to) in utf8_encode() function
|
/external/flac/include/share/ |
D | utf8.h | 22 int utf8_encode(const char *from, char **to);
|
/external/flac/src/flac/ |
D | vorbiscomment.c | 148 else if(utf8_encode(data, &converted) >= 0) { in set_vc_field() 180 else if(utf8_encode(field->field, &converted) >= 0) { in set_vc_field()
|
/external/flac/src/metaflac/ |
D | operations_shorthand_vorbiscomment.c | 227 else if(utf8_encode(data, &converted) >= 0) { in set_vc_field() 257 else if(utf8_encode(field->field, &converted) >= 0) { in set_vc_field()
|
/external/python/cpython3/Modules/_io/ |
D | textio.c | 771 utf8_encode(textio *self, PyObject *text) in utf8_encode() function 788 || f == (encodefunc_t) utf8_encode; in is_asciicompat_encoding() 801 {"utf-8", (encodefunc_t) utf8_encode},
|
/external/python/cpython2/Modules/_io/ |
D | textio.c | 789 utf8_encode(textio *self, PyObject *text) in utf8_encode() function 814 {"utf-8", (encodefunc_t) utf8_encode},
|