Lines Matching refs:ec
92 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) {93 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec));4022 static inline void addIdentifierIgnorable(UnicodeSet *set, UErrorCode& ec) {4024 addCategory(set, U_GC_CF_MASK, ec);