OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldap_utf8_isascii
(Results
1 - 2
of
2
) 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/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 19 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026