Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A DREADME58 available for the ure_exec() function that will allow this operator to
177 if (ure_exec(dfa, 0, text, textlen, &match_start, &match_end))
184 if (ure_exec(dfa, URE_IGNORE_NONSPACING, text, textlen,
H A Dure.h141 ure_exec LDAP_P((ure_dfa_t dfa, int flags, ucs2_t *text,
H A Dure.c1954 ure_exec(ure_dfa_t dfa, int flags, ucs2_t *text, unsigned long textlen, in ure_exec() function