Home
last modified time | relevance | path

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

/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A 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()
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()
4472 if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDefined")) == 0) { in createSetForProperty()
4476 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDigit")) == 0) { in createSetForProperty()
4501 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLetter")) == 0) { in createSetForProperty()
4511 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaMirrored")) == 0) { in createSetForProperty()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A 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()
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()
4482 if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDefined")) == 0) { in createSetForProperty()
4486 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDigit")) == 0) { in createSetForProperty()
4511 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLetter")) == 0) { in createSetForProperty()
4521 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaMirrored")) == 0) { in createSetForProperty()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dregexcmp.cpp4438 UnicodeString mPropName = propName; in createSetForProperty() local
4439 if (mPropName.caseCompare(UNICODE_STRING_SIMPLE("InGreek"), 0) == 0) { in createSetForProperty()
4440 mPropName = UNICODE_STRING_SIMPLE("InGreek and Coptic"); in createSetForProperty()
4446 else if (mPropName.compare(UNICODE_STRING_SIMPLE("all")) == 0) { in createSetForProperty()
4447 mPropName = UNICODE_STRING_SIMPLE("javaValidCodePoint"); in createSetForProperty()
4455 if (mPropName.startsWith(IN, 2) && propName.length()>=3) { in createSetForProperty()
4480 if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDefined")) == 0) { in createSetForProperty()
4484 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDigit")) == 0) { in createSetForProperty()
4509 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLetter")) == 0) { in createSetForProperty()
4519 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaMirrored")) == 0) { in createSetForProperty()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dregexcmp.cpp4434 UnicodeString mPropName = propName; in createSetForProperty() local
4435 if (mPropName.caseCompare(UNICODE_STRING_SIMPLE("InGreek"), 0) == 0) { in createSetForProperty()
4436 mPropName = UNICODE_STRING_SIMPLE("InGreek and Coptic"); in createSetForProperty()
4442 else if (mPropName.compare(UNICODE_STRING_SIMPLE("all")) == 0) { in createSetForProperty()
4443 mPropName = UNICODE_STRING_SIMPLE("javaValidCodePoint"); in createSetForProperty()
4451 if (mPropName.startsWith(IN, 2) && propName.length()>=3) { in createSetForProperty()
4476 if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDefined")) == 0) { in createSetForProperty()
4480 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaDigit")) == 0) { in createSetForProperty()
4505 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaLetter")) == 0) { in createSetForProperty()
4515 else if (mPropName.compare(UNICODE_STRING_SIMPLE("javaMirrored")) == 0) { in createSetForProperty()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsIPropertyBag2.idl55 : mPropBag(aPropBag), mPropName(aPropName), mErrorPtr(aError) {}
61 const nsAString& mPropName;
H A DnsHashPropertyBag.cpp273 rv = mPropBag->GetPropertyAsInterface(mPropName, aIID, aInstancePtr); in operator ()()
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsIPropertyBag2.idl55 : mPropBag(aPropBag), mPropName(aPropName), mErrorPtr(aError) {}
61 const nsAString& mPropName;
H A DnsHashPropertyBag.cpp273 rv = mPropBag->GetPropertyAsInterface(mPropName, aIID, aInstancePtr); in operator ()()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsIPropertyBag2.idl55 : mPropBag(aPropBag), mPropName(aPropName), mErrorPtr(aError) {}
61 const nsAString& mPropName;
H A DnsHashPropertyBag.cpp273 rv = mPropBag->GetPropertyAsInterface(mPropName, aIID, aInstancePtr); in operator ()()
/dports/devel/icu-lx/icu/source/i18n/
H A Dregexcmp.cpp4441 UnicodeString mPropName = propName; in createSetForProperty() local
4442 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4458 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4459 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4466 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4467 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4469 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4470 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4473 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4474 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/devel/icu/icu/source/i18n/
H A Dregexcmp.cpp4441 UnicodeString mPropName = propName; in createSetForProperty() local
4442 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4458 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4459 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4466 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4467 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4469 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4470 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4473 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4474 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dregexcmp.cpp4438 UnicodeString mPropName = propName; in createSetForProperty() local
4439 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4455 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4456 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4463 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4464 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4466 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4467 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4470 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4471 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dregexcmp.cpp4435 UnicodeString mPropName = propName; in createSetForProperty() local
4436 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4452 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4453 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4460 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4461 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4463 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4464 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4467 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4468 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dregexcmp.cpp4444 UnicodeString mPropName = propName; in createSetForProperty() local
4445 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4461 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4462 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4469 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4470 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4472 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4473 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4476 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4477 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dregexcmp.cpp4427 UnicodeString mPropName = propName; in createSetForProperty() local
4428 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4444 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4445 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4452 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4453 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4455 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4456 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4459 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4460 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dregexcmp.cpp4441 UnicodeString mPropName = propName; in createSetForProperty() local
4442 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4458 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4459 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4466 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4467 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4469 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4470 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4473 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4474 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dregexcmp.cpp4438 UnicodeString mPropName = propName; in createSetForProperty() local
4439 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4455 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4456 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4463 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4464 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4466 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4467 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4470 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4471 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dregexcmp.cpp4438 UnicodeString mPropName = propName; in createSetForProperty() local
4439 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4455 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4456 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4463 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4464 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4466 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4467 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4470 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4471 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dregexcmp.cpp4435 UnicodeString mPropName = propName; in createSetForProperty() local
4436 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4452 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4453 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4460 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4461 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4463 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4464 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4467 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4468 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dregexcmp.cpp4421 UnicodeString mPropName = propName; in createSetForProperty() local
4422 if (mPropName.startsWith(u"In", 2) && mPropName.length() >= 3) { in createSetForProperty()
4438 mPropName.remove(0, 2); // Strip the "Is" in createSetForProperty()
4439 if (mPropName.indexOf(u'=') >= 0) { in createSetForProperty()
4446 if (mPropName.caseCompare(u"assigned", -1, 0) == 0) { in createSetForProperty()
4447 mPropName.setTo(u"unassigned", -1); in createSetForProperty()
4449 } else if (mPropName.caseCompare(u"TitleCase", -1, 0) == 0) { in createSetForProperty()
4450 mPropName.setTo(u"Titlecase_Letter", -1); in createSetForProperty()
4453 mPropName.insert(0, u"[\\p{", -1); in createSetForProperty()
4454 mPropName.append(u"}]", -1); in createSetForProperty()
[all …]