Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp4440 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()
[all …]