Lines Matching refs:ucs4_t
59 typedef unsigned long ucs4_t;
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));