Searched refs:getFormats (Results 1 - 14 of 14) sorted by relevance

/external/chromium/third_party/icu/public/i18n/unicode/
H A Dchoicfmt.h441 virtual const UnicodeString* getFormats(int32_t& count) const;
H A Dmsgfmt.h89 * {@link #getFormats(int32_t& count)},
563 virtual const Format** getFormats(int32_t& count) const;
794 Format** formatAliases; // see getFormats
/external/icu4c/i18n/unicode/
H A Dchoicfmt.h441 virtual const UnicodeString* getFormats(int32_t& count) const;
H A Dmsgfmt.h584 virtual const Format** getFormats(int32_t& count) const;
828 Format** formatAliases; // see getFormats
/external/chromium/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp963 const Format** formats = msg.getFormats(count);
964 const Format** formatsCmp = msgCmp.getFormats(countCmp);
997 formatsChg = msg.getFormats(countChg); // tested function
1016 errln("*** MSG getFormats diff err.");
1020 logln("MSG getFormats tested.");
1024 formatsAct = msg.getFormats(countAct);
1076 formatsAct = msg.getFormats(countAct);
1127 formatsAct = msg.getFormats(countAct);
H A Dtchcfmt.cpp99 gotFormats=(UnicodeString*)form->getFormats(count);
101 errln("getFormats didn't update the count correctly\n");
105 errln((UnicodeString)"getFormats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]);
231 const UnicodeString* retFormats = fileform->getFormats( retCount );
237 it_logln("getFormats tested!");
239 it_errln("*** getFormats unexpected result!");
/external/icu4c/test/intltest/
H A Dtmsgfmt.cpp1172 const Format** formats = msg.getFormats(count);
1173 const Format** formatsCmp = msgCmp.getFormats(countCmp);
1206 formatsChg = msg.getFormats(countChg); // tested function
1225 errln("*** MSG getFormats diff err.");
1229 logln("MSG getFormats tested.");
1233 formatsAct = msg.getFormats(countAct);
1285 formatsAct = msg.getFormats(countAct);
1336 formatsAct = msg.getFormats(countAct);
H A Dtchcfmt.cpp99 gotFormats=(UnicodeString*)form->getFormats(count);
101 errln("getFormats didn't update the count correctly\n");
105 errln((UnicodeString)"getFormats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]);
231 const UnicodeString* retFormats = fileform->getFormats( retCount );
237 it_logln("getFormats tested!");
239 it_errln("*** getFormats unexpected result!");
/external/chromium/third_party/icu/source/i18n/
H A Dchoicfmt.cpp606 ChoiceFormat::getFormats(int32_t& cnt) const function in class:ChoiceFormat
H A Ducurr.cpp738 fmt.getFormats(fmt_count);
861 const UnicodeString* formats = fmt.getFormats(fmt_count);
H A Dmsgfmt.cpp1029 MessageFormat::getFormats(int32_t& cnt) const function in class:MessageFormat
/external/icu4c/i18n/
H A Dchoicfmt.cpp606 ChoiceFormat::getFormats(int32_t& cnt) const function in class:ChoiceFormat
H A Ducurr.cpp724 fmt.getFormats(fmt_count);
847 const UnicodeString* formats = fmt.getFormats(fmt_count);
H A Dmsgfmt.cpp1043 MessageFormat::getFormats(int32_t& cnt) const function in class:MessageFormat

Completed in 327 milliseconds