Searched refs:utf8_encode (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/fmtlib/test/ |
H A D | format-impl-test.cc | 362 FMT_CONSTEXPR char* utf8_encode(char* s, uint32_t c) { in utf8_encode() function 391 char* end = utf8_encode(buf, i); in TEST() 406 utf8_encode(buf, i); in TEST() 419 utf8_encode(buf, i); in TEST()
|
/aosp_15_r20/external/flac/src/share/utf8/ |
H A 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
|
/aosp_15_r20/external/flac/src/flac/ |
H A 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()
|
/aosp_15_r20/external/flac/include/share/ |
H A D | utf8.h | 22 int utf8_encode(const char *from, char **to);
|
/aosp_15_r20/external/flac/src/metaflac/ |
H A D | operations_shorthand_vorbiscomment.c | 276 else if(utf8_encode(data, &converted) >= 0) { in set_vc_field() 306 else if(utf8_encode(field->field, &converted) >= 0) { in set_vc_field()
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | textio.c | 761 utf8_encode(textio *self, PyObject *text) in utf8_encode() function 778 || f == (encodefunc_t) utf8_encode; in is_asciicompat_encoding() 791 {"utf-8", (encodefunc_t) utf8_encode},
|
/aosp_15_r20/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},
|