Home | History | Annotate | Download | only in i18n

Lines Matching full:propname

3995     UnicodeString propName;
4008 propName.append(fC.fChar);
4024 uset = createSetForProperty(propName, negated);
4059 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) {
4076 setExpr.append(propName);
4095 if (propName.caseCompare(UNICODE_STRING_SIMPLE("word"), 0) == 0) {
4122 UnicodeString mPropName = propName;
4139 if (mPropName.startsWith(IN, 2) && propName.length()>=3) {
4154 if (propName.startsWith(UNICODE_STRING_SIMPLE("java")) ||
4155 propName.compare(UNICODE_STRING_SIMPLE("all")) == 0)