Searched refs:uset_containsAllCodePoints (Results 1 – 4 of 4) sorted by relevance
892 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen);
1574 #define uset_containsAllCodePoints U_ICU_ENTRY_POINT_RENAME(uset_containsAllCodePoints) macro
175 if (uset_containsAllCodePoints(set, STR_bc, STR_bc_LEN)){ in TestAPI()
186 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) { in uset_containsAllCodePoints() function