Home | History | Annotate | Download | only in common

Lines Matching refs:prop

860     UProperty prop;
866 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
953 UnicodeSet::applyIntPropertyValue(UProperty prop, int32_t value, UErrorCode& ec) {
956 if (prop == UCHAR_GENERAL_CATEGORY_MASK) {
958 } else if (prop == UCHAR_SCRIPT_EXTENSIONS) {
962 IntPropertyContext c = {prop, value};
963 applyFilter(intPropertyFilter, &c, uprops_getSource(prop), ec);
969 UnicodeSet::applyPropertyAlias(const UnicodeString& prop,
974 // prop and value used to be converted to char * using the default
980 if( !uprv_isInvariantUString(prop.getBuffer(), prop.length()) ||
986 pname.appendInvariantChars(prop, ec);