Home | History | Annotate | Download | only in i18n

Lines Matching refs:argCount

2490             int32_t argCount;
2491 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount);
2492 if (args != NULL && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) {