Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRule.java430 int endType = ruleText.indexOf(',', pluralRuleStart); in extractSubstitutions() local
431 if (endType < 0) { in extractSubstitutions()
434 String type = this.ruleText.substring(pluralRuleStart + 2, endType); in extractSubstitutions()
446 ruleText.substring(endType + 1, pluralRuleEnd)); in extractSubstitutions()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNFRule.java431 int endType = ruleText.indexOf(',', pluralRuleStart); in extractSubstitutions() local
432 if (endType < 0) { in extractSubstitutions()
435 String type = this.ruleText.substring(pluralRuleStart + 2, endType); in extractSubstitutions()
447 ruleText.substring(endType + 1, pluralRuleEnd)); in extractSubstitutions()
/third_party/icu/icu4c/source/i18n/
Dnfrule.cpp433 int32_t endType = fRuleText.indexOf(gComma, pluralRuleStart); in extractSubstitutions() local
434 if (endType < 0) { in extractSubstitutions()
438 … UnicodeString type(fRuleText.tempSubString(pluralRuleStart + 2, endType - pluralRuleStart - 2)); in extractSubstitutions()
451 fRuleText.tempSubString(endType + 1, pluralRuleEnd - endType - 1), status); in extractSubstitutions()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnfrule.cpp433 int32_t endType = fRuleText.indexOf(gComma, pluralRuleStart); in extractSubstitutions() local
434 if (endType < 0) { in extractSubstitutions()
438 … UnicodeString type(fRuleText.tempSubString(pluralRuleStart + 2, endType - pluralRuleStart - 2)); in extractSubstitutions()
451 fRuleText.tempSubString(endType + 1, pluralRuleEnd - endType - 1), status); in extractSubstitutions()
/third_party/node/deps/icu-small/source/i18n/
Dnfrule.cpp433 int32_t endType = fRuleText.indexOf(gComma, pluralRuleStart); in extractSubstitutions() local
434 if (endType < 0) { in extractSubstitutions()
438 … UnicodeString type(fRuleText.tempSubString(pluralRuleStart + 2, endType - pluralRuleStart - 2)); in extractSubstitutions()
451 fRuleText.tempSubString(endType + 1, pluralRuleEnd - endType - 1), status); in extractSubstitutions()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnfrule.cpp433 int32_t endType = fRuleText.indexOf(gComma, pluralRuleStart); in extractSubstitutions() local
434 if (endType < 0) { in extractSubstitutions()
438 … UnicodeString type(fRuleText.tempSubString(pluralRuleStart + 2, endType - pluralRuleStart - 2)); in extractSubstitutions()
451 fRuleText.tempSubString(endType + 1, pluralRuleEnd - endType - 1), status); in extractSubstitutions()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp121317 CTypesActivityType endType; member in js::AutoCTypesActivityCallback
121322 CTypesActivityType endType
121329 callback(cx, endType); in DoEndCallback()