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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Diconv.c75 #define UCS2ICONV "UCS-2-INTERNAL" macro
78 #define UCS2ICONV "UCS-2LE" macro
80 #define UCS2ICONV "UCS-2BE" macro
84 #define UCS2ICONV "UCS-2" macro
289 ret->cd_pull = iconv_open(UCS2ICONV, from && from->iname ? from->iname : fromcode);
296 ret->cd_push = iconv_open(to && to->iname ? to->iname : tocode, UCS2ICONV);

Completed in 104 milliseconds