• Home
  • Raw
  • Download

Lines Matching refs:mPropName

4440     UnicodeString mPropName = propName;  in createSetForProperty()  local
4441 if (mPropName.caseCompare(UNICODE_STRING_SIMPLE("InGreek"), 0) == 0) { in createSetForProperty()
4442 mPropName = UNICODE_STRING_SIMPLE("InGreek and Coptic"); in createSetForProperty()
4444 if (mPropName.caseCompare(UNICODE_STRING_SIMPLE("InCombining Marks for Symbols"), 0) == 0 || in createSetForProperty()
4445 mPropName.caseCompare(UNICODE_STRING_SIMPLE("InCombiningMarksforSymbols"), 0) == 0) { in createSetForProperty()
4446 mPropName = UNICODE_STRING_SIMPLE("InCombining Diacritical Marks for Symbols"); in createSetForProperty()
4448 else if (mPropName.compare(UNICODE_STRING_SIMPLE("all")) == 0) { in createSetForProperty()
4449 mPropName = UNICODE_STRING_SIMPLE("javaValidCodePoint"); in createSetForProperty()
4457 if (mPropName.startsWith(IN, 2) && propName.length()>=3) { in createSetForProperty()
4460 setExpr.append(UnicodeString(mPropName, 2)); // Property with the leading "In" removed. in createSetForProperty()
4482 if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDefined")) == 0) { in createSetForProperty()
4486 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDigit")) == 0) { in createSetForProperty()
4489 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaIdentifierIgnorable")) == 0) { in createSetForProperty()
4492 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaISOControl")) == 0) { in createSetForProperty()
4495 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaJavaIdentifierPart")) == 0) { in createSetForProperty()
4505 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaJavaIdentifierStart")) == 0) { in createSetForProperty()
4511 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLetter")) == 0) { in createSetForProperty()
4514 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLetterOrDigit")) == 0) { in createSetForProperty()
4518 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLowerCase")) == 0) { in createSetForProperty()
4521 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaMirrored")) == 0) { in createSetForProperty()
4524 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaSpaceChar")) == 0) { in createSetForProperty()
4527 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaSupplementaryCodePoint")) == 0) { in createSetForProperty()
4530 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaTitleCase")) == 0) { in createSetForProperty()
4533 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaUnicodeIdentifierStart")) == 0) { in createSetForProperty()
4537 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaUnicodeIdentifierPart")) == 0) { in createSetForProperty()
4546 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaUpperCase")) == 0) { in createSetForProperty()
4549 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaValidCodePoint")) == 0) { in createSetForProperty()
4552 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaWhitespace")) == 0) { in createSetForProperty()
4557 else if (mPropName.compare(UNICODE_STRING_SIMPLE("all")) == 0) { in createSetForProperty()