Home | History | Annotate | Download | only in intltest

Lines Matching refs:getFormatNames

1749     StringEnumeration *en = msgfmt->getFormatNames(status);
1786 // Starting with ICU 4.8, we support setFormat(name, ...) and getFormatNames()
1793 en = msgfmt->getFormatNames(status);
1808 LocalPointer<StringEnumeration> names(msgfmt.getFormatNames(errorCode));
1809 if(errorCode.errIfFailureAndReset("msgfmt.getFormatNames() failed")) {
1815 errln("msgfmt.getFormatNames()[0] failed: %s", errorCode.errorName());
1819 if (!assertEquals("msgfmt.getFormatNames()[0]", UNICODE_STRING_SIMPLE("alice"), *name)) {
1824 errln("msgfmt.getFormatNames()[1] failed: %s", errorCode.errorName());
1828 if (!assertEquals("msgfmt.getFormatNames()[1]", UNICODE_STRING_SIMPLE("oops"), *name)) {
1833 errln("msgfmt.getFormatNames()[2] failed: %s", errorCode.errorName());
1837 if (!assertEquals("msgfmt.getFormatNames()[2]", UNICODE_STRING_SIMPLE("zip"), *name)) {
1842 errln(UnicodeString("msgfmt.getFormatNames()[3] should be NULL but is: ") + *name);