Lines Matching refs:propName
4330 UnicodeString propName; in scanPosixProp() local
4343 propName.append(fC.fChar); in scanPosixProp()
4359 uset = createSetForProperty(propName, negated); in scanPosixProp()
4392 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() argument
4407 setExpr.append(propName); in createSetForProperty()
4425 if (propName.caseCompare(u"word", -1, 0) == 0) { in createSetForProperty()
4430 if (propName.compare(u"all", -1) == 0) { in createSetForProperty()
4438 UnicodeString mPropName = propName; in createSetForProperty()
4454 if (propName.startsWith(u"Is", 2) && propName.length()>=3) { in createSetForProperty()
4481 if (propName.startsWith(u"java", -1)) { in createSetForProperty()
4491 if (propName.compare(u"javaDefined", -1) == 0) { in createSetForProperty()
4495 else if (propName.compare(u"javaDigit", -1) == 0) { in createSetForProperty()
4498 else if (propName.compare(u"javaIdentifierIgnorable", -1) == 0) { in createSetForProperty()
4501 else if (propName.compare(u"javaISOControl", -1) == 0) { in createSetForProperty()
4504 else if (propName.compare(u"javaJavaIdentifierPart", -1) == 0) { in createSetForProperty()
4514 else if (propName.compare(u"javaJavaIdentifierStart", -1) == 0) { in createSetForProperty()
4520 else if (propName.compare(u"javaLetter", -1) == 0) { in createSetForProperty()
4523 else if (propName.compare(u"javaLetterOrDigit", -1) == 0) { in createSetForProperty()
4527 else if (propName.compare(u"javaLowerCase", -1) == 0) { in createSetForProperty()
4530 else if (propName.compare(u"javaMirrored", -1) == 0) { in createSetForProperty()
4533 else if (propName.compare(u"javaSpaceChar", -1) == 0) { in createSetForProperty()
4536 else if (propName.compare(u"javaSupplementaryCodePoint", -1) == 0) { in createSetForProperty()
4539 else if (propName.compare(u"javaTitleCase", -1) == 0) { in createSetForProperty()
4542 else if (propName.compare(u"javaUnicodeIdentifierStart", -1) == 0) { in createSetForProperty()
4546 else if (propName.compare(u"javaUnicodeIdentifierPart", -1) == 0) { in createSetForProperty()
4555 else if (propName.compare(u"javaUpperCase", -1) == 0) { in createSetForProperty()
4558 else if (propName.compare(u"javaValidCodePoint", -1) == 0) { in createSetForProperty()
4561 else if (propName.compare(u"javaWhitespace", -1) == 0) { in createSetForProperty()