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

/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_utf8.h56 LDAP_F( int ) ldap_x_ucs4_to_utf8( ldap_ucs4_t c, char *buf );
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dutf-8.c172 int ldap_x_ucs4_to_utf8( ldap_ucs4_t c, char *buf ) function
292 ptr += ldap_x_ucs4_to_utf8(u, ptr);
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/
H A Ducstr.c268 outpos += ldap_x_ucs4_to_utf8( ucsout[j], &out[outpos] );

Completed in 152 milliseconds