Home
last modified time | relevance | path

Searched refs:ucs2_t (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/ure/
Dure.c130 ucs2_t ranges_used;
131 ucs2_t ranges_size;
144 ucs2_t reg;
145 ucs2_t onstack;
146 ucs2_t type;
147 ucs2_t lhs;
148 ucs2_t rhs;
155 ucs2_t *slist;
156 ucs2_t slist_size;
157 ucs2_t slist_used;
[all …]
Dure.h110 typedef unsigned short ucs2_t; typedef
133 ure_compile LDAP_P((ucs2_t *re, unsigned long relen,
141 ure_exec LDAP_P((ure_dfa_t dfa, int flags, ucs2_t *text,
DREADME153 ucs2_t *re, *text;
/netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
Dutbm.c91 _utbm_skip(utbm_pattern_t p, ucs2_t *start, ucs2_t *end) in _utbm_skip()
115 _utbm_match(utbm_pattern_t pat, ucs2_t *text, ucs2_t *start, ucs2_t *end, in _utbm_match()
259 utbm_compile(ucs2_t *pat, unsigned long patlen, unsigned long flags, in utbm_compile()
436 utbm_exec(utbm_pattern_t pat, ucs2_t *text, unsigned long textlen, in utbm_exec()
440 ucs2_t *start, *end; in utbm_exec()
Dutbm.h60 typedef unsigned short ucs2_t; typedef
88 utbm_compile LDAP_P((ucs2_t *pat, unsigned long patlen,
92 utbm_exec LDAP_P((utbm_pattern_t pat, ucs2_t *text,
DREADME77 ucs2_t *pattern, *text;