Lines Matching refs:widthExceptAffixes
285 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()
594 int paddingWidth = positive.widthExceptAffixes + in patternInfoToProperties()