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

  /src/external/bsd/openldap/dist/include/
ldap_pvt_uc.h 69 LDAP_F (int) ldap_utf8_isascii( const char * );
91 #define LDAP_UTF8_ISASCII(p) ( !(*(const unsigned char *)(p) & 0x80 ) )
92 #define LDAP_UTF8_CHARLEN(p) ( LDAP_UTF8_ISASCII(p) \
103 #define LDAP_UTF8_OFFSET(p) ( LDAP_UTF8_ISASCII(p) \
106 #define LDAP_UTF8_COPY(d,s) ( LDAP_UTF8_ISASCII(s) \
109 #define LDAP_UTF8_NEXT(p) ( LDAP_UTF8_ISASCII(p) \
  /src/external/bsd/openldap/dist/libraries/liblunicode/
ucstr.c 150 if ( LDAP_UTF8_ISASCII( s ) ) {
162 for ( i = 1; (i < len) && LDAP_UTF8_ISASCII(s + i); i++ ) {
173 for ( i = 1; (i < len) && LDAP_UTF8_ISASCII(s + i); i++ ) {
306 for ( i++; (i < len) && LDAP_UTF8_ISASCII(s + i); i++ ) {
361 while ( (s1 < done) && LDAP_UTF8_ISASCII(s1) && LDAP_UTF8_ISASCII(s2) ) {
374 if (!LDAP_UTF8_ISASCII(s1) || !LDAP_UTF8_ISASCII(s2)) {
377 } else if (((len < l1) && !LDAP_UTF8_ISASCII(s1)) ||
378 ((len < l2) && !LDAP_UTF8_ISASCII(s2))
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
utf-8.c 312 if( LDAP_UTF8_ISASCII(u) ) {
365 if( LDAP_UTF8_ISASCII(u) ) {
385 int ldap_utf8_isascii( const char * p ) function

Completed in 25 milliseconds