Home
last modified time | relevance | path

Searched refs:widthExceptAffixes (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPatternStringParser.java190 public int widthExceptAffixes = 0; field in PatternStringParser.ParsedSubpatternInfo
367 result.widthExceptAffixes += 1; in consumeFormat()
376 result.widthExceptAffixes += 1; in consumeIntegerFormat()
384 result.widthExceptAffixes += 1; in consumeIntegerFormat()
401 result.widthExceptAffixes += 1; in consumeIntegerFormat()
420 result.widthExceptAffixes += 1; in consumeIntegerFormat()
455 result.widthExceptAffixes += 1; in consumeFractionFormat()
474 result.widthExceptAffixes += 1; in consumeFractionFormat()
503 result.widthExceptAffixes++; in consumeExponent()
507 result.widthExceptAffixes++; in consumeExponent()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DPatternStringParser.java196 public int widthExceptAffixes = 0; field in PatternStringParser.ParsedSubpatternInfo
373 result.widthExceptAffixes += 1; in consumeFormat()
382 result.widthExceptAffixes += 1; in consumeIntegerFormat()
390 result.widthExceptAffixes += 1; in consumeIntegerFormat()
407 result.widthExceptAffixes += 1; in consumeIntegerFormat()
426 result.widthExceptAffixes += 1; in consumeIntegerFormat()
461 result.widthExceptAffixes += 1; in consumeFractionFormat()
480 result.widthExceptAffixes += 1; in consumeFractionFormat()
509 result.widthExceptAffixes++; in consumeExponent()
513 result.widthExceptAffixes++; in consumeExponent()
[all …]
/external/icu/icu4c/source/i18n/
Dnumber_patternstring.cpp285 currentSubpattern->widthExceptAffixes += 1; in consumeFormat()
298 result.widthExceptAffixes += 1; in consumeIntegerFormat()
308 result.widthExceptAffixes += 1; in consumeIntegerFormat()
329 result.widthExceptAffixes += 1; in consumeIntegerFormat()
350 result.widthExceptAffixes += 1; in consumeIntegerFormat()
390 result.widthExceptAffixes += 1; in consumeFractionFormat()
411 result.widthExceptAffixes += 1; in consumeFractionFormat()
443 result.widthExceptAffixes++; in consumeExponent()
447 result.widthExceptAffixes++; in consumeExponent()
452 result.widthExceptAffixes++; in consumeExponent()
[all …]
Dnumber_patternstring.h43 int32_t widthExceptAffixes = 0; member