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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtchcfmt.cpp91 const UnicodeString *gotFormats=form->getFormats(count);
93 errln("getFormats() returns something, should be disabled");
108 //Testing getFormats()
110 const UnicodeString *gotFormats=form->getFormats(count);
112 errln("getFormats didn't update the count correctly\n");
116 errln((UnicodeString)"getFormats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]);
242 const UnicodeString* retFormats = fileform->getFormats( retCount );
248 it_logln("getFormats tested!");
250 it_errln("*** getFormats unexpected result!");
H A Dtmsgfmt.cpp1201 const Format** formats = msg.getFormats(count);
1202 const Format** formatsCmp = msgCmp.getFormats(countCmp);
1235 formatsChg = msg.getFormats(countChg); // tested function
1254 errln("*** MSG getFormats diff err.");
1258 logln("MSG getFormats tested.");
1262 formatsAct = msg.getFormats(countAct);
1320 formatsAct = msg.getFormats(countAct);
1372 formatsAct = msg.getFormats(countAct);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dchoicfmt.h355 virtual const UnicodeString* getFormats(int32_t& count) const;
H A Dmsgfmt.h622 virtual const Format** getFormats(int32_t& count) const;
883 Format** formatAliases; // see getFormats
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dchoicfmt.cpp365 ChoiceFormat::getFormats(int32_t& cnt) const function in class:ChoiceFormat
H A Ducurr.cpp769 fmt.getFormats(fmt_count);
891 const UnicodeString* formats = fmt.getFormats(fmt_count);
H A Dmsgfmt.cpp794 MessageFormat::getFormats(int32_t& cnt) const function in class:MessageFormat
1189 // in each getFormats() call.

Completed in 218 milliseconds