Searched refs:anotherFieldWidth (Results 1 – 4 of 4) sorted by relevance
446 int32_t anotherFieldWidth,
1026 int anotherFieldWidth, in stringNumeric() argument1029 if ( fieldWidth <= 2 && anotherFieldWidth > 2 || in stringNumeric()1030 fieldWidth > 2 && anotherFieldWidth <= 2 ) { in stringNumeric()
1048 int anotherFieldWidth, in stringNumeric() argument1051 if ( fieldWidth <= 2 && anotherFieldWidth > 2 || in stringNumeric()1052 fieldWidth > 2 && anotherFieldWidth <= 2 ) { in stringNumeric()
513 DateIntervalInfo::stringNumeric(int32_t fieldWidth, int32_t anotherFieldWidth, in stringNumeric() argument516 if ( (fieldWidth <= 2 && anotherFieldWidth > 2) || in stringNumeric()517 (fieldWidth > 2 && anotherFieldWidth <= 2 )) { in stringNumeric()