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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.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 131 milliseconds