HomeSort by: relevance | last modified time | path
    Searched refs:ldap_x_ucs4_to_utf8 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
ldap_utf8.h 56 LDAP_F( int ) ldap_x_ucs4_to_utf8( ldap_ucs4_t c, char *buf );
  /src/external/bsd/openldap/dist/libraries/libldap/
utf-8.c 172 int ldap_x_ucs4_to_utf8( ldap_ucs4_t c, char *buf ) function
292 ptr += ldap_x_ucs4_to_utf8(u, ptr);
  /src/external/bsd/openldap/dist/libraries/liblunicode/
ucstr.c 279 outpos += ldap_x_ucs4_to_utf8( ucsout[j], &out[outpos] );

Completed in 15 milliseconds