Searched refs:uc_is_general_category_withtable (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unictype/
H A Dtest-categ_test_withtable.c32 ASSERT (!uc_is_general_category_withtable ('A', ctmask));
33 ASSERT (uc_is_general_category_withtable ('a', ctmask));
34 ASSERT (!uc_is_general_category_withtable ('7', ctmask));
35 ASSERT (uc_is_general_category_withtable (0x00B2, ctmask));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dignorable.c50 || uc_is_general_category_withtable (uc, UC_CATEGORY_MASK_Mn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dcateg_of.c56 uc_is_general_category_withtable (ucs4_t uc, uint32_t bitmask) function
76 result.lookup.lookup_fn = &uc_is_general_category_withtable;
H A Dcateg_and.c43 result.lookup.lookup_fn = &uc_is_general_category_withtable;
H A Dcateg_and_not.c40 result.lookup.lookup_fn = &uc_is_general_category_withtable;
H A Dcateg_or.c40 result.lookup.lookup_fn = &uc_is_general_category_withtable;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dunictype.h62 These bit masks can only be used with the uc_is_general_category_withtable
225 uc_is_general_category_withtable (ucs4_t uc, uint32_t bitmask);

Completed in 108 milliseconds