Home
last modified time | relevance | path

Searched refs:badLocale (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java780 ULocale badLocale = new ULocale(badLocaleID); in TestUldnWithGarbage() local
781 result = ldn.localeDisplayName(badLocale); in TestUldnWithGarbage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java781 ULocale badLocale = new ULocale(badLocaleID); in TestUldnWithGarbage() local
782 result = ldn.localeDisplayName(badLocale); in TestUldnWithGarbage()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4514 const char *badLocale = bi->getLocaleID(ULOC_ACTUAL_LOCALE, status); in RunMonkey() local
4517 …name, badLocale, (expectedBreaks[i]? "break expected but not found" : "break found but not expecte… in RunMonkey()