Home | History | Annotate | Download | only in intltest

Lines Matching refs:ruleSetName

250     UnicodeString ruleSetName;
260 ruleSetName = formatter->getRuleSetName(i);
262 log(ruleSetName);
264 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
265 doubleFormatResult = formatter->format(doubleFormatNum, ruleSetName, doubleFormatResult, pos2, status);