Searched refs:badLocale (Results 1 – 3 of 3) sorted by relevance
784 ULocale badLocale = new ULocale(badLocaleID); in TestUldnWithGarbage() local785 result = ldn.localeDisplayName(badLocale); in TestUldnWithGarbage()
787 ULocale badLocale = new ULocale(badLocaleID); in TestUldnWithGarbage() local788 result = ldn.localeDisplayName(badLocale); in TestUldnWithGarbage()
4086 const char *badLocale = bi->getLocaleID(ULOC_ACTUAL_LOCALE, status); in RunMonkey() local4089 …name, badLocale, (expectedBreaks[i]? "break expected but not found" : "break found but not expecte… in RunMonkey()