Home | History | Annotate | Download | only in intltest

Lines Matching refs:formats

159     const UnicodeString formats[] = {"0.0<=Arg<1.0",
162 ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3);
607 // nested formats
800 //Select, plural, and number formats heavily nested
802 //Create the MessageFormat with Select, plural, and number formats heavily nested
1201 const Format** formats = msg.getFormats(count);
1212 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) {
1213 dataerrln("Error getting Formats");
1220 a = formats[i];
1233 msg.applyPattern( formatStrChange, err ); //set msg formats to something different
1237 errln("Error getting Formats");
1264 errln("Error getting Formats");
1269 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1294 msg.applyPattern( formatStrChange, err ); //set msg formats to something different
1317 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1322 errln("Error getting Formats");
1343 msg.applyPattern( formatStrChange, err ); //set msg formats to something different
1369 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1374 errln("Error getting Formats");
1512 // WARNING: this depends on the RBNF formats for en_US
1524 UnicodeString formats[] = {
1532 int32_t formats_count = sizeof(formats)/sizeof(formats[0]);
1543 MessageFormat* fmt = new MessageFormat(formats[i], locale, ec);
1544 logln((UnicodeString)"Testing format pattern: '" + formats[i] + "'");
1735 const UnicodeString formats[] = {"0.0<=Arg<1.0",
1738 ChoiceFormat cf(limit, formats, 3);