Home | History | Annotate | Download | only in i18n

Lines Matching refs:fieldWidth

404 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth,
407 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) ||
408 (fieldWidth > 2 && anotherFieldWidth <= 2 )) {
506 int32_t fieldWidth = skeletonFieldWidth[i];
507 if ( inputFieldWidth == fieldWidth ) {
513 } else if ( fieldWidth == 0 ) {
516 } else if (stringNumeric(inputFieldWidth, fieldWidth,
520 distance += (inputFieldWidth > fieldWidth) ?
521 (inputFieldWidth - fieldWidth) :
522 (fieldWidth - inputFieldWidth);