Searched refs:id3_utf8_encodechar (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dutf8.h31 id3_length_t id3_utf8_encodechar(id3_utf8_t *, id3_ucs4_t);
H A Dutf8.c212 id3_length_t id3_utf8_encodechar(id3_utf8_t *utf8, id3_ucs4_t ucs4) function
262 return id3_utf8_encodechar(utf8, ID3_UCS4_REPLACEMENTCHAR);
283 utf8 += id3_utf8_encodechar(utf8, *ucs4);
319 switch (id3_utf8_encodechar(out = utf8, *ucs4++)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutf8.h31 id3_length_t id3_utf8_encodechar(id3_utf8_t *, id3_ucs4_t);
H A Dutf8.c212 id3_length_t id3_utf8_encodechar(id3_utf8_t *utf8, id3_ucs4_t ucs4) function
262 return id3_utf8_encodechar(utf8, ID3_UCS4_REPLACEMENTCHAR);
283 utf8 += id3_utf8_encodechar(utf8, *ucs4);
319 switch (id3_utf8_encodechar(out = utf8, *ucs4++)) {

Completed in 100 milliseconds