Lines Matching refs:propName
4327 UnicodeString propName; in scanPosixProp() local
4340 propName.append(fC.fChar); in scanPosixProp()
4356 uset = createSetForProperty(propName, negated); in scanPosixProp()
4389 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() argument
4404 setExpr.append(propName); in createSetForProperty()
4422 if (propName.caseCompare(u"word", -1, 0) == 0) { in createSetForProperty()
4426 if (propName.compare(u"all", -1) == 0) { in createSetForProperty()
4434 UnicodeString mPropName = propName; in createSetForProperty()
4450 if (propName.startsWith(u"Is", 2) && propName.length()>=3) { in createSetForProperty()
4477 if (propName.startsWith(u"java", -1)) { in createSetForProperty()
4487 if (propName.compare(u"javaDefined", -1) == 0) { in createSetForProperty()
4491 else if (propName.compare(u"javaDigit", -1) == 0) { in createSetForProperty()
4494 else if (propName.compare(u"javaIdentifierIgnorable", -1) == 0) { in createSetForProperty()
4497 else if (propName.compare(u"javaISOControl", -1) == 0) { in createSetForProperty()
4500 else if (propName.compare(u"javaJavaIdentifierPart", -1) == 0) { in createSetForProperty()
4510 else if (propName.compare(u"javaJavaIdentifierStart", -1) == 0) { in createSetForProperty()
4516 else if (propName.compare(u"javaLetter", -1) == 0) { in createSetForProperty()
4519 else if (propName.compare(u"javaLetterOrDigit", -1) == 0) { in createSetForProperty()
4523 else if (propName.compare(u"javaLowerCase", -1) == 0) { in createSetForProperty()
4526 else if (propName.compare(u"javaMirrored", -1) == 0) { in createSetForProperty()
4529 else if (propName.compare(u"javaSpaceChar", -1) == 0) { in createSetForProperty()
4532 else if (propName.compare(u"javaSupplementaryCodePoint", -1) == 0) { in createSetForProperty()
4535 else if (propName.compare(u"javaTitleCase", -1) == 0) { in createSetForProperty()
4538 else if (propName.compare(u"javaUnicodeIdentifierStart", -1) == 0) { in createSetForProperty()
4542 else if (propName.compare(u"javaUnicodeIdentifierPart", -1) == 0) { in createSetForProperty()
4551 else if (propName.compare(u"javaUpperCase", -1) == 0) { in createSetForProperty()
4554 else if (propName.compare(u"javaValidCodePoint", -1) == 0) { in createSetForProperty()
4557 else if (propName.compare(u"javaWhitespace", -1) == 0) { in createSetForProperty()