Home | History | Annotate | Download | only in intltest

Lines Matching defs:ruleSetName

247     UnicodeString ruleSetName;
257 ruleSetName = formatter->getRuleSetName(i);
259 log(ruleSetName);
261 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
262 doubleFormatResult = formatter->format(doubleFormatNum, ruleSetName, doubleFormatResult, pos2, status);