Home | History | Annotate | Download | only in intltest

Lines Matching refs:keyWord

121     assertEquals("should use first occurrence of the 'odd' keyword", "foo", format_result);
125 assertEquals("should use first occurrence of the 'other' keyword", "bar", format_result);
152 //Format with the keyword array
166 //Test with an invalid keyword
168 logln("SelectFormat Unit test: Testing format() with keyword method and with invalid keywords...");
172 "9Keyword-_",
173 "-Keyword-_",
177 " Keyword-_",
179 "*Keyword-_"
190 errln("ERROR: SelectFormat Unit test failed in format() with keyWord and with an invalid keyword as : "+
295 logln("SelectFormat API test: Testing format() with keyword method ...");
299 UnicodeString keyWord = UnicodeString("masculine");
301 selFmt1->format( keyWord, result , ignore , status1);
303 errln("ERROR: SelectFormat API test failed in format() with keyWord: "+ keyWord);
307 errln("ERROR: SelectFormat API test failed in format() with unexpected result with keyWord: "+ keyWord);