• Home
  • Raw
  • Download

Lines Matching refs:propName

4312     UnicodeString propName;  in scanPosixProp()  local
4325 propName.append(fC.fChar); in scanPosixProp()
4341 uset = createSetForProperty(propName, negated); in scanPosixProp()
4374 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() argument
4389 setExpr.append(propName); in createSetForProperty()
4407 if (propName.caseCompare(u"word", -1, 0) == 0) { in createSetForProperty()
4411 if (propName.compare(u"all", -1) == 0) { in createSetForProperty()
4419 UnicodeString mPropName = propName; in createSetForProperty()
4435 if (propName.startsWith(u"Is", 2) && propName.length()>=3) { in createSetForProperty()
4462 if (propName.startsWith(u"java", -1)) { in createSetForProperty()
4472 if (propName.compare(u"javaDefined", -1) == 0) { in createSetForProperty()
4476 else if (propName.compare(u"javaDigit", -1) == 0) { in createSetForProperty()
4479 else if (propName.compare(u"javaIdentifierIgnorable", -1) == 0) { in createSetForProperty()
4482 else if (propName.compare(u"javaISOControl", -1) == 0) { in createSetForProperty()
4485 else if (propName.compare(u"javaJavaIdentifierPart", -1) == 0) { in createSetForProperty()
4495 else if (propName.compare(u"javaJavaIdentifierStart", -1) == 0) { in createSetForProperty()
4501 else if (propName.compare(u"javaLetter", -1) == 0) { in createSetForProperty()
4504 else if (propName.compare(u"javaLetterOrDigit", -1) == 0) { in createSetForProperty()
4508 else if (propName.compare(u"javaLowerCase", -1) == 0) { in createSetForProperty()
4511 else if (propName.compare(u"javaMirrored", -1) == 0) { in createSetForProperty()
4514 else if (propName.compare(u"javaSpaceChar", -1) == 0) { in createSetForProperty()
4517 else if (propName.compare(u"javaSupplementaryCodePoint", -1) == 0) { in createSetForProperty()
4520 else if (propName.compare(u"javaTitleCase", -1) == 0) { in createSetForProperty()
4523 else if (propName.compare(u"javaUnicodeIdentifierStart", -1) == 0) { in createSetForProperty()
4527 else if (propName.compare(u"javaUnicodeIdentifierPart", -1) == 0) { in createSetForProperty()
4536 else if (propName.compare(u"javaUpperCase", -1) == 0) { in createSetForProperty()
4539 else if (propName.compare(u"javaValidCodePoint", -1) == 0) { in createSetForProperty()
4542 else if (propName.compare(u"javaWhitespace", -1) == 0) { in createSetForProperty()