Lines Matching full:prop
856 UProperty prop;
862 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
949 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) {
952 if (prop == UCHAR_GENERAL_CATEGORY_MASK) {
954 } else if (prop == UCHAR_SCRIPT_EXTENSIONS) {
958 IntPropertyContext c = {prop, value};
959 applyFilter(intPropertyFilter, &c, uprops_getSource(prop), ec);
965 UnicodeSet::applyPropertyAlias(const UnicodeString& prop,
970 // prop and value used to be converted to char * using the default
976 if( !uprv_isInvariantUString(prop.getBuffer(), prop.length()) ||
982 pname.appendInvariantChars(prop, ec);