Searched refs:parseArgument (Results 1 – 4 of 4) sorted by relevance
509 static double parseArgument(
500 result.setDouble(parseArgument(msgPattern, 0, text, pos)); in parse()504 ChoiceFormat::parseArgument( in parseArgument() function in ChoiceFormat
1468 double choiceResult = ChoiceFormat::parseArgument(msgPattern, i, source, tempStatus); in parse()
41 parser.parseArgument(argList.toArray(new String[] {})); in Runner()