Lines Matching refs:mPropName
4098 UnicodeString mPropName = propName; in createSetForProperty() local
4099 if (mPropName.caseCompare(UNICODE_STRING_SIMPLE("InGreek"), 0) == 0) { in createSetForProperty()
4100 mPropName = UNICODE_STRING_SIMPLE("InGreek and Coptic"); in createSetForProperty()
4102 if (mPropName.caseCompare(UNICODE_STRING_SIMPLE("InCombining Marks for Symbols"), 0) == 0 || in createSetForProperty()
4103 mPropName.caseCompare(UNICODE_STRING_SIMPLE("InCombiningMarksforSymbols"), 0) == 0) { in createSetForProperty()
4104 mPropName = UNICODE_STRING_SIMPLE("InCombining Diacritical Marks for Symbols"); in createSetForProperty()
4106 else if (mPropName.compare(UNICODE_STRING_SIMPLE("all")) == 0) { in createSetForProperty()
4107 mPropName = UNICODE_STRING_SIMPLE("javaValidCodePoint"); in createSetForProperty()
4115 if (mPropName.startsWith(IN, 2) && propName.length()>=3) { in createSetForProperty()
4118 setExpr.append(UnicodeString(mPropName, 2)); // Property with the leading "In" removed. in createSetForProperty()
4140 if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDefined")) == 0) { in createSetForProperty()
4144 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDigit")) == 0) { in createSetForProperty()
4147 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaIdentifierIgnorable")) == 0) { in createSetForProperty()
4150 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaISOControl")) == 0) { in createSetForProperty()
4153 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaJavaIdentifierPart")) == 0) { in createSetForProperty()
4163 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaJavaIdentifierStart")) == 0) { in createSetForProperty()
4169 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLetter")) == 0) { in createSetForProperty()
4172 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLetterOrDigit")) == 0) { in createSetForProperty()
4176 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLowerCase")) == 0) { in createSetForProperty()
4179 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaMirrored")) == 0) { in createSetForProperty()
4182 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaSpaceChar")) == 0) { in createSetForProperty()
4185 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaSupplementaryCodePoint")) == 0) { in createSetForProperty()
4188 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaTitleCase")) == 0) { in createSetForProperty()
4191 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaUnicodeIdentifierStart")) == 0) { in createSetForProperty()
4195 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaUnicodeIdentifierPart")) == 0) { in createSetForProperty()
4204 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaUpperCase")) == 0) { in createSetForProperty()
4207 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaValidCodePoint")) == 0) { in createSetForProperty()
4210 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaWhitespace")) == 0) { in createSetForProperty()
4215 else if (mPropName.compare(UNICODE_STRING_SIMPLE("all")) == 0) { in createSetForProperty()