Searched refs:numberIndex (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tufmtts.cpp | 377 for ( unsigned int numberIndex = 0; in testGreekWithFallback() local 378 numberIndex < UPRV_LENGTHOF(numbers); in testGreekWithFallback() 379 ++numberIndex ) { in testGreekWithFallback() 389 … TimeUnitAmount *tamt = new TimeUnitAmount(numbers[numberIndex], tunits[unitIndex], status); in testGreekWithFallback()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessagePattern.java | 1096 int numberIndex=index; in parseChoiceStyle() local 1098 int length=index-numberIndex; in parseChoiceStyle() 1104 "Choice number too long: "+prefix(numberIndex)); in parseChoiceStyle() 1106 parseDouble(numberIndex, index, true); // adds ARG_INT or ARG_DOUBLE in parseChoiceStyle()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessagePattern.java | 1167 int numberIndex=index; in parseChoiceStyle() local 1169 int length=index-numberIndex; in parseChoiceStyle() 1175 "Choice number too long: "+prefix(numberIndex)); in parseChoiceStyle() 1177 parseDouble(numberIndex, index, true); // adds ARG_INT or ARG_DOUBLE in parseChoiceStyle()
|
/external/icu/icu4c/source/common/ |
D | messagepattern.cpp | 717 int32_t numberIndex=index; in parseChoiceStyle() local 719 int32_t length=index-numberIndex; in parseChoiceStyle() 726 setParseError(parseError, numberIndex); // Choice number too long. in parseChoiceStyle() 730 parseDouble(numberIndex, index, TRUE, parseError, errorCode); // adds ARG_INT or ARG_DOUBLE in parseChoiceStyle()
|