Home
last modified time | relevance | path

Searched refs:mPropName (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp4430 UnicodeString mPropName = propName; in createSetForProperty() local
4431 if (mPropName.caseCompare(UNICODE_STRING_SIMPLE("InGreek"), 0) == 0) { in createSetForProperty()
4432 mPropName = UNICODE_STRING_SIMPLE("InGreek and Coptic"); in createSetForProperty()
4434 if (mPropName.caseCompare(UNICODE_STRING_SIMPLE("InCombining Marks for Symbols"), 0) == 0 || in createSetForProperty()
4435 mPropName.caseCompare(UNICODE_STRING_SIMPLE("InCombiningMarksforSymbols"), 0) == 0) { in createSetForProperty()
4436 mPropName = UNICODE_STRING_SIMPLE("InCombining Diacritical Marks for Symbols"); in createSetForProperty()
4438 else if (mPropName.compare(UNICODE_STRING_SIMPLE("all")) == 0) { in createSetForProperty()
4439 mPropName = UNICODE_STRING_SIMPLE("javaValidCodePoint"); in createSetForProperty()
4447 if (mPropName.startsWith(IN, 2) && propName.length()>=3) { in createSetForProperty()
4450 setExpr.append(UnicodeString(mPropName, 2)); // Property with the leading "In" removed. in createSetForProperty()
[all …]