Home | History | Annotate | Download | only in i18n

Lines Matching defs:args

2934             Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount);
2935 if (args != NULL && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) {
2937 number.setLong(args[0].getLong());
2939 delete[] args;