Searched refs:ucs2_t (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
| D | ure.c | 130 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 …]
|
| D | ure.h | 110 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,
|
| D | README | 153 ucs2_t *re, *text;
|
| /netbsd/src/external/bsd/openldap/dist/libraries/liblunicode/utbm/ |
| D | utbm.c | 91 _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()
|
| D | utbm.h | 60 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,
|
| D | README | 77 ucs2_t *pattern, *text;
|