Lines Matching refs:Convert
35 int ldap_x_utf8_to_wc - Convert a single UTF-8 encoded character to a wide character.
36 int ldap_x_utf8s_to_wcs - Convert a UTF-8 string to a wide character string.
37 int ldap_x_wc_to_utf8 - Convert a single wide character to a UTF-8 sequence.
38 int ldap_x_wcs_to_utf8s - Convert a wide character string to a UTF-8 string.
41 2.1 ldap_x_utf8_to_wc - Convert a single UTF-8 encoded character to a wide character.
60 2.2 ldap_x_utf8s_to_wcs - Convert a UTF-8 string to a wide character string.
91 2.3 ldap_x_wc_to_utf8 - Convert a single wide character to a UTF-8 sequence.
116 2.4 int ldap_x_wcs_to_utf8s - Convert a wide character string to a UTF-8 string.
153 ldap_x_mb_to_utf8 - Convert a multi-byte character to a UTF-8 character.
154 ldap_x_mbs_to_utf8s - Convert a multi-byte string to a UTF-8 string.
155 ldap_x_utf8_to_mb - Convert a UTF-8 character to a multi-byte character.
156 ldap_x_utf8s_to_mbs - Convert a UTF-8 string to a multi-byte string.
158 3.1 ldap_x_mb_to_utf8 - Convert a multi-byte character to a UTF-8 character.
192 3.2 ldap_x_mbs_to_utf8s - Convert a multi-byte string to a UTF-8 string.
228 3.3 ldap_x_utf8_to_mb - Convert a UTF-8 character to a multi-byte character.
253 3.4 int ldap_x_utf8s_to_mbs - Convert a UTF-8 string to a multi-byte string.