Home
last modified time | relevance | path

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

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