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