Lines Matching refs:propName
3971 UnicodeString propName;
3984 propName.append(fC.fChar);
4000 uset = createSetForProperty(propName, negated);
4035 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) {
4052 setExpr.append(propName);
4071 if (propName.caseCompare(UNICODE_STRING_SIMPLE("word"), 0) == 0) {
4098 UnicodeString mPropName = propName;
4115 if (mPropName.startsWith(IN, 2) && propName.length()>=3) {
4130 if (propName.startsWith(UNICODE_STRING_SIMPLE("java")) ||
4131 propName.compare(UNICODE_STRING_SIMPLE("all")) == 0)