Home
last modified time | relevance | path

Searched refs:iconvert (Results 1 – 5 of 5) sorted by relevance

/external/flac/src/share/
DMakefile.am66 utf8/iconvert.c \
67 utf8/iconvert.h \
/external/flac/src/share/utf8/
Diconvert.h45 int iconvert(const char *fromcode, const char *tocode,
DCMakeLists.txt5 iconvert.c
Dutf8.c153 ret = iconvert(fromcode, tocode, from, fromlen, to, tolen); in convert_buffer()
Diconvert.c56 int iconvert(const char *fromcode, const char *tocode, in iconvert() function