Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dutf-8.c172 int ldap_x_ucs4_to_utf8( ldap_ucs4_t c, char *buf ) in ldap_x_ucs4_to_utf8() function
292 ptr += ldap_x_ucs4_to_utf8(u, ptr); in ldap_ucs_to_utf8s()
/netbsd-src/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-src/external/bsd/openldap/dist/libraries/liblunicode/
H A Ducstr.c268 outpos += ldap_x_ucs4_to_utf8( ucsout[j], &out[outpos] ); in UTF8bvnormalize()