Lines Matching defs:fieldWidth
406 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth,
409 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) ||
410 (fieldWidth > 2 && anotherFieldWidth <= 2 )) {
508 int32_t fieldWidth = skeletonFieldWidth[i];
509 if ( inputFieldWidth == fieldWidth ) {
515 } else if ( fieldWidth == 0 ) {
518 } else if (stringNumeric(inputFieldWidth, fieldWidth,
522 distance += (inputFieldWidth > fieldWidth) ?
523 (inputFieldWidth - fieldWidth) :
524 (fieldWidth - inputFieldWidth);