Searched refs:endType (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 430 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()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRule.java | 431 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()
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 433 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()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | IslNodeBuilder.cpp | 1152 Type *endType = dyn_cast<IntegerType>(end->getType()); in buildFADOutermostDimensionLoad() local 1153 assert(endType && "expected type of end to be integral"); in buildFADOutermostDimensionLoad() 1156 ConstantInt::get(endType, 1, /* signed = */ true), in buildFADOutermostDimensionLoad()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |