Home
last modified time | relevance | path

Searched refs:ldap_ucs4_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_utf8.h48 typedef ber_int_t ldap_ucs4_t; typedef
55 LDAP_F( ldap_ucs4_t ) ldap_x_utf8_to_ucs4( LDAP_CONST char * p );
56 LDAP_F( int ) ldap_x_ucs4_to_utf8( ldap_ucs4_t c, char *buf );
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dutf-8.c145 ldap_ucs4_t ldap_x_utf8_to_ucs4( const char * p ) in ldap_x_utf8_to_ucs4()
148 ldap_ucs4_t ch; in ldap_x_utf8_to_ucs4()
172 int ldap_x_ucs4_to_utf8( ldap_ucs4_t c, char *buf ) in ldap_x_ucs4_to_utf8()
245 ldap_ucs4_t u; in ldap_ucs_to_utf8s()