Home
last modified time | relevance | path

Searched refs:utf8_encode (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/fmtlib/test/
H A Dformat-impl-test.cc362 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 Dutf8.c42 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 Dvorbiscomment.c148 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 Dutf8.h22 int utf8_encode(const char *from, char **to);
/aosp_15_r20/external/flac/src/metaflac/
H A Doperations_shorthand_vorbiscomment.c276 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/
Dtextio.c761 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/
Dtextio.c789 utf8_encode(textio *self, PyObject *text) in utf8_encode() function
814 {"utf-8", (encodefunc_t) utf8_encode},