• Home
  • Raw
  • Download

Lines Matching refs:propName

4333     UnicodeString propName;  in scanPosixProp()  local
4346 propName.append(fC.fChar); in scanPosixProp()
4362 uset = createSetForProperty(propName, negated); in scanPosixProp()
4395 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() argument
4410 setExpr.append(propName); in createSetForProperty()
4428 if (propName.caseCompare(u"word", -1, 0) == 0) { in createSetForProperty()
4433 if (propName.compare(u"all", -1) == 0) { in createSetForProperty()
4441 UnicodeString mPropName = propName; in createSetForProperty()
4457 if (propName.startsWith(u"Is", 2) && propName.length()>=3) { in createSetForProperty()
4484 if (propName.startsWith(u"java", -1)) { in createSetForProperty()
4494 if (propName.compare(u"javaDefined", -1) == 0) { in createSetForProperty()
4498 else if (propName.compare(u"javaDigit", -1) == 0) { in createSetForProperty()
4501 else if (propName.compare(u"javaIdentifierIgnorable", -1) == 0) { in createSetForProperty()
4504 else if (propName.compare(u"javaISOControl", -1) == 0) { in createSetForProperty()
4507 else if (propName.compare(u"javaJavaIdentifierPart", -1) == 0) { in createSetForProperty()
4517 else if (propName.compare(u"javaJavaIdentifierStart", -1) == 0) { in createSetForProperty()
4523 else if (propName.compare(u"javaLetter", -1) == 0) { in createSetForProperty()
4526 else if (propName.compare(u"javaLetterOrDigit", -1) == 0) { in createSetForProperty()
4530 else if (propName.compare(u"javaLowerCase", -1) == 0) { in createSetForProperty()
4533 else if (propName.compare(u"javaMirrored", -1) == 0) { in createSetForProperty()
4536 else if (propName.compare(u"javaSpaceChar", -1) == 0) { in createSetForProperty()
4539 else if (propName.compare(u"javaSupplementaryCodePoint", -1) == 0) { in createSetForProperty()
4542 else if (propName.compare(u"javaTitleCase", -1) == 0) { in createSetForProperty()
4545 else if (propName.compare(u"javaUnicodeIdentifierStart", -1) == 0) { in createSetForProperty()
4549 else if (propName.compare(u"javaUnicodeIdentifierPart", -1) == 0) { in createSetForProperty()
4558 else if (propName.compare(u"javaUpperCase", -1) == 0) { in createSetForProperty()
4561 else if (propName.compare(u"javaValidCodePoint", -1) == 0) { in createSetForProperty()
4564 else if (propName.compare(u"javaWhitespace", -1) == 0) { in createSetForProperty()