Home
last modified time | relevance | path

Searched refs:id3_ucs4_length (Results 1 – 4 of 4) sorted by relevance

/dports/audio/libid3tag/libid3tag-0.15.1b/
H A Ducs4.c42 id3_length_t id3_ucs4_length(id3_ucs4_t const *ucs4) in id3_ucs4_length() function
58 return id3_ucs4_length(ucs4) + 1; in id3_ucs4_size()
H A Ducs4.h31 id3_length_t id3_ucs4_length(id3_ucs4_t const *);
H A Dcompat.c446 if (id3_ucs4_length(string) < 4) { in id3_compat_fixup()
H A Dcompat.gperf240 if (id3_ucs4_length(string) < 4) {