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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dcateg_Z.c26 const uc_general_category_t UC_CATEGORY_Z = variable
H A Dcateg_byname.c85 case '\0': return UC_CATEGORY_Z;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unictype/
H A Dtest-categ_name.c28 ASSERT (strcmp (uc_general_category_name (UC_CATEGORY_Z), "Z") == 0);
30 ASSERT (uc_general_category_name (uc_general_category_or (UC_CATEGORY_Z, UC_CATEGORY_Nl)) == NULL);
H A Dtest-categ_Z.c30 #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Z)
H A Dtest-categ_byname.c67 ASSERT (category_equals (uc_general_category_byname ("Z"), UC_CATEGORY_Z));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/woe32dll/
H A Dunistring-exports.c54 VARIABLE(UC_CATEGORY_Z)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dunictype.h133 extern LIBUNISTRING_DLL_VARIABLE const uc_general_category_t UC_CATEGORY_Z;
174 #define UC_SEPARATOR UC_CATEGORY_Z

Completed in 106 milliseconds