Lines Matching defs:values
354 Formattable* values = form->parse(result, parseCount, success);
363 if (values == 0 || testArgs[j] != values[j]) {
365 errln(((UnicodeString)"MSG values[") + j + "] : " + toString(values[j]));
1405 // It is kept as a global function rather than as a method since the test depends on memory values.
1527 UnicodeString values[] = {
1528 // decimal values do not format completely for ordinal or duration, and
1532 int32_t values_count = UPRV_LENGTHOF(values);
1558 numFmt->parse(values[j], args[0], ec);
1560 errln((UnicodeString)"Failed to parse test argument " + values[j]);