Searched refs:ucs4_t (Results 1 - 25 of 627) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dcasefold.h21 extern ucs4_t
22 uc_tocasefold (ucs4_t uc);
H A Dcaseprop.h25 uc_is_cased (ucs4_t uc);
32 uc_is_case_ignorable (ucs4_t uc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Dnormalize-internal.h31 int (*decomposer) (ucs4_t uc, ucs4_t *decomposition);
34 ucs4_t (*composer) (ucs4_t uc1, ucs4_t uc2);
H A Ddecompose-internal.h24 uc_compat_decomposition (ucs4_t uc, ucs4_t *decomposition);
29 ucs4_t code;
H A Dcompat-decomposition.c26 uc_compat_decomposition (ucs4_t uc, ucs4_t *decomposition)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Duniname.h33 unicode_character_name (ucs4_t uc, char *buf);
37 extern ucs4_t
39 #define UNINAME_INVALID ((ucs4_t) 0xFFFF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dflushwc.h25 normal_flushwc (conv_t conv, ucs4_t *pwc)
27 ucs4_t last_wc = conv->istate;
31 *pwc = (ucs4_t) last_wc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Duniname.h32 unicode_character_name (ucs4_t uc, char *buf);
36 extern ucs4_t
38 #define UNINAME_INVALID ((ucs4_t) 0xFFFF)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dflushwc.h25 normal_flushwc (conv_t conv, ucs4_t *pwc)
27 ucs4_t last_wc = conv->istate;
31 *pwc = (ucs4_t) last_wc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-mapping-part1.h26 typedef struct { ucs4_t ch; ucs4_t value; } pair_t;
H A Dtest-predicate-part1.h26 typedef struct { ucs4_t start; ucs4_t end; } interval_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unictype/
H A Dtest-predicate-part1.h26 typedef struct { ucs4_t start; ucs4_t end; } interval_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dunitypes.h24 typedef uint32_t ucs4_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dunitypes.h24 typedef uint32_t ucs4_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dctype_alnum.c29 uc_is_alnum (ucs4_t uc)
H A Dctype_alpha.c29 uc_is_alpha (ucs4_t uc)
H A Dctype_blank.c29 uc_is_blank (ucs4_t uc)
H A Dctype_cntrl.c29 uc_is_cntrl (ucs4_t uc)
H A Dctype_digit.c29 uc_is_digit (ucs4_t uc)
H A Dctype_graph.c29 uc_is_graph (ucs4_t uc)
H A Dctype_lower.c29 uc_is_lower (ucs4_t uc)
H A Dctype_print.c29 uc_is_print (ucs4_t uc)
H A Dctype_punct.c29 uc_is_punct (ucs4_t uc)
H A Dctype_space.c29 uc_is_space (ucs4_t uc)
H A Dctype_upper.c29 uc_is_upper (ucs4_t uc)

Completed in 208 milliseconds

1234567891011>>