Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
H A Dutbm.h59 typedef unsigned long ucs4_t; typedef
102 LDAP_LUNICODE_F (int) _utbm_isspace LDAP_P((ucs4_t c, int compress));
104 LDAP_LUNICODE_F (int) _utbm_iscntrl LDAP_P((ucs4_t c));
106 LDAP_LUNICODE_F (int) _utbm_nonspacing LDAP_P((ucs4_t c));
108 LDAP_LUNICODE_F (ucs4_t) _utbm_tolower LDAP_P((ucs4_t c));
110 LDAP_LUNICODE_F (ucs4_t) _utbm_toupper LDAP_P((ucs4_t c));
112 LDAP_LUNICODE_F (ucs4_t) _utbm_totitle LDAP_P((ucs4_t c));
H A Dutbmstub.c53 _utbm_isspace(ucs4_t c, int compress) in _utbm_isspace()
67 _utbm_iscntrl(ucs4_t c) in _utbm_iscntrl()
77 _utbm_nonspacing(ucs4_t c) in _utbm_nonspacing()
85 ucs4_t
86 _utbm_tolower(ucs4_t c) in _utbm_tolower()
94 ucs4_t
95 _utbm_toupper(ucs4_t c) in _utbm_toupper()
103 ucs4_t
104 _utbm_totitle(ucs4_t c) in _utbm_totitle()
H A Dutbm.c56 ucs4_t lc;
57 ucs4_t uc;
58 ucs4_t tc;
94 ucs4_t c1, c2; in _utbm_skip()
119 ucs4_t c1, c2; in _utbm_match()
266 ucs4_t c1, c2, sentinel; in utbm_compile()
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A Dure.h109 typedef unsigned long ucs4_t; typedef
152 LDAP_LUNICODE_F (ucs4_t) _ure_tolower LDAP_P((ucs4_t c));
155 _ure_matches_properties LDAP_P((unsigned long props, ucs4_t c));
H A Durestubs.c64 ucs4_t _ure_tolower(ucs4_t c) in _ure_tolower()
119 _ure_matches_properties(unsigned long props, ucs4_t c) in _ure_matches_properties()
H A Dure.c124 ucs4_t min_code;
125 ucs4_t max_code;
135 ucs4_t chr;
443 _ure_hex(ucs2_t *np, unsigned long limit, ucs4_t *n) in _ure_hex()
447 ucs4_t nn; in _ure_hex()
483 ucs4_t tmp; in _ure_add_range()
730 ucs4_t c, last; in _ure_cclass()
894 _ure_probe_ls(ucs2_t *ls, unsigned long limit, ucs4_t *c) in _ure_probe_ls()
896 ucs4_t i, code; in _ure_probe_ls()
918 ucs4_t c; in _ure_compile_symbol()
[all …]