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

  /src/external/bsd/openldap/dist/include/
ldap_pvt_uc.h 53 LDAP_F (int) ldap_utf8_charlen( const char * );
92 #define LDAP_UTF8_CHARLEN(p) ( LDAP_UTF8_ISASCII(p) \
99 #define LDAP_UTF8_CHARLEN2(p, l) ( ( ( l = LDAP_UTF8_CHARLEN( p )) < 3 || \
  /src/external/bsd/openldap/dist/libraries/libldap/
utf-8.c 93 int ldap_utf8_charlen( const char * p ) function
135 int i = LDAP_UTF8_CHARLEN( p );

Completed in 20 milliseconds