Lines Matching defs:formats
167 const UnicodeString formats[] = {"0.0<=Arg<1.0",
170 ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3);
615 // nested formats
809 //Select, plural, and number formats heavily nested
811 //Create the MessageFormat with Select, plural, and number formats heavily nested
1211 const Format** formats = msg.getFormats(count);
1222 if (!formats || !formatsCmp || (count <= 0) || (count != countCmp)) {
1230 a = formats[i];
1243 msg.applyPattern( formatStrChange, err ); //set msg formats to something different
1279 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1304 msg.applyPattern( formatStrChange, err ); //set msg formats to something different
1327 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1353 msg.applyPattern( formatStrChange, err ); //set msg formats to something different
1379 // ICU 4.8 does not support toPattern() when there are custom formats (from setFormat() etc.).
1522 // WARNING: this depends on the RBNF formats for en_US
1534 UnicodeString formats[] = {
1542 int32_t formats_count = UPRV_LENGTHOF(formats);
1553 MessageFormat* fmt = new MessageFormat(formats[i], locale, ec);
1554 logln((UnicodeString)"Testing format pattern: '" + formats[i] + "'");
1745 const UnicodeString formats[] = {"0.0<=Arg<1.0",
1748 ChoiceFormat cf(limit, formats, 3);