Searched refs:endType (Results 1 – 4 of 4) sorted by relevance
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
D | TraceSignatureVisitor.java | 186 endType(); in visitBaseType() 191 endType(); in visitTypeVariable() 262 endType(); in visitEnd() 290 private void endType() { in endType() method in TraceSignatureVisitor
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 428 int endType = ruleText.indexOf(',', pluralRuleStart); in extractSubstitutions() local 429 if (endType < 0) { in extractSubstitutions() 432 String type = this.ruleText.substring(pluralRuleStart + 2, endType); in extractSubstitutions() 444 ruleText.substring(endType + 1, pluralRuleEnd)); in extractSubstitutions()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRule.java | 429 int endType = ruleText.indexOf(',', pluralRuleStart); in extractSubstitutions() local 430 if (endType < 0) { in extractSubstitutions() 433 String type = this.ruleText.substring(pluralRuleStart + 2, endType); in extractSubstitutions() 445 ruleText.substring(endType + 1, pluralRuleEnd)); in extractSubstitutions()
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 430 int32_t endType = this->ruleText.indexOf(gComma, pluralRuleStart); in extractSubstitutions() local 431 if (endType < 0) { in extractSubstitutions() 435 …UnicodeString type(this->ruleText.tempSubString(pluralRuleStart + 2, endType - pluralRuleStart - 2… in extractSubstitutions() 448 this->ruleText.tempSubString(endType + 1, pluralRuleEnd - endType - 1), status); in extractSubstitutions()
|