Home
last modified time | relevance | path

Searched defs:ucs2str (Results 1 – 6 of 6) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dunicode_support.h25 #define utf8_to_ucs2(utf8str, ilen, ucs2str, buflen) utf8_to_ucs2_lf(utf8str, ilen, FALSE, ucs2str,… argument
H A Dwin_unicode.c124 SQLULEN ucs2strlen(const SQLWCHAR *ucs2str) in ucs2strlen()
131 char *ucs2_to_utf8(const SQLWCHAR *ucs2str, SQLLEN ilen, SQLLEN *olen, BOOL lower_identifier) in ucs2_to_utf8()
260 SQLWCHAR *ucs2str, SQLULEN bufcount, BOOL errcheck) in utf8_to_ucs2_lf()
666 int ucs4_to_ucs2_lf(const unsigned int *ucs4str, SQLLEN ilen, SQLWCHAR *ucs2str, int bufcount, BOOL… in ucs4_to_ucs2_lf()
723 int ucs2_to_ucs4(const SQLWCHAR *ucs2str, SQLLEN ilen, unsigned int *ucs4str, int bufcount) in ucs2_to_ucs4()
/dports/comms/gnokii/gnokii-0.6.31/common/
H A Dgsm-encoding.c442 char *ucs2str; in gn_char_def_alphabet() local
658 char *ucs2str; in char_7bit_pack() local
/dports/multimedia/libmtp/libmtp-1.1.18/src/
H A Dptp-pack.c210 uint16_t ucs2str[PTP_MAXSTRLEN+1]; in ptp_pack_string() local
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ptp2/
H A Dptp-pack.c210 uint16_t ucs2str[PTP_MAXSTRLEN+1]; in ptp_pack_string() local
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dutil.c1963 char *ucs2str(const char *buf, size_t len) in ucs2str() function