HomeSort by: relevance | last modified time | path
    Searched refs:ucs4_t (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
utbmstub.c 53 _utbm_isspace(ucs4_t c, int compress)
67 _utbm_iscntrl(ucs4_t c)
77 _utbm_nonspacing(ucs4_t c)
85 ucs4_t
86 _utbm_tolower(ucs4_t c)
94 ucs4_t
95 _utbm_toupper(ucs4_t c)
103 ucs4_t
104 _utbm_totitle(ucs4_t c)
utbm.h 59 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))
    [all...]
utbm.c 56 ucs4_t lc;
57 ucs4_t uc;
58 ucs4_t tc;
94 ucs4_t c1, c2;
119 ucs4_t c1, c2;
266 ucs4_t c1, c2, sentinel;
  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
urestubs.c 64 ucs4_t _ure_tolower(ucs4_t c)
119 _ure_matches_properties(unsigned long props, ucs4_t c)
ure.h 109 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));
ure.c 124 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)
447 ucs4_t nn;
483 ucs4_t tmp;
730 ucs4_t c, last;
894 _ure_probe_ls(ucs2_t *ls, unsigned long limit, ucs4_t *c)
896 ucs4_t i, code;
918 ucs4_t c
    [all...]

Completed in 16 milliseconds