Home
last modified time | relevance | path

Searched refs:integerTotal (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DPatternStringParser.java178 return positive.integerTotal > 0; in hasBody()
196 public int integerTotal = 0; // for convenience field in PatternStringParser.ParsedSubpatternInfo
446 result.integerTotal += 1; in consumeIntegerFormat()
459 result.integerTotal += 1; in consumeIntegerFormat()
478 result.integerTotal += 1; in consumeIntegerFormat()
630 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()
696 properties.setMaximumIntegerDigits(positive.integerTotal); in patternInfoToProperties()
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
DPatternStringParser.java175 return positive.integerTotal > 0; in hasBody()
190 public int integerTotal = 0; // for convenience field in PatternStringParser.ParsedSubpatternInfo
440 result.integerTotal += 1; in consumeIntegerFormat()
453 result.integerTotal += 1; in consumeIntegerFormat()
472 result.integerTotal += 1; in consumeIntegerFormat()
624 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()
690 properties.setMaximumIntegerDigits(positive.integerTotal); in patternInfoToProperties()
/external/cronet/stable/third_party/icu/source/i18n/
Dnumber_patternstring.cpp115 return positive.integerTotal > 0; in hasBody()
361 result.integerTotal += 1; in consumeIntegerFormat()
378 result.integerTotal += 1; in consumeIntegerFormat()
399 result.integerTotal += 1; in consumeIntegerFormat()
559 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()
623 properties.maximumIntegerDigits = positive.integerTotal; in patternInfoToProperties()
Dnumber_patternstring.h50 int32_t integerTotal = 0; // for convenience member
/external/cronet/tot/third_party/icu/source/i18n/
Dnumber_patternstring.cpp115 return positive.integerTotal > 0; in hasBody()
361 result.integerTotal += 1; in consumeIntegerFormat()
378 result.integerTotal += 1; in consumeIntegerFormat()
399 result.integerTotal += 1; in consumeIntegerFormat()
559 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()
623 properties.maximumIntegerDigits = positive.integerTotal; in patternInfoToProperties()
Dnumber_patternstring.h50 int32_t integerTotal = 0; // for convenience member
/external/icu/icu4c/source/i18n/
Dnumber_patternstring.cpp115 return positive.integerTotal > 0; in hasBody()
361 result.integerTotal += 1; in consumeIntegerFormat()
378 result.integerTotal += 1; in consumeIntegerFormat()
399 result.integerTotal += 1; in consumeIntegerFormat()
559 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()
623 properties.maximumIntegerDigits = positive.integerTotal; in patternInfoToProperties()
Dnumber_patternstring.h50 int32_t integerTotal = 0; // for convenience member
/external/icu/libicu/cts_headers/
Dnumber_patternstring.h50 int32_t integerTotal = 0; // for convenience member