Searched refs:widthExceptAffixes (Results 1 – 4 of 4) sorted by relevance
190 public int widthExceptAffixes = 0; field in PatternStringParser.ParsedSubpatternInfo367 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 …]
196 public int widthExceptAffixes = 0; field in PatternStringParser.ParsedSubpatternInfo373 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 …]
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()[all …]
43 int32_t widthExceptAffixes = 0; member