Searched refs:removeUnicodeLocaleAttribute (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java2509 public Builder removeUnicodeLocaleAttribute(String attribute) { method in class:Locale.Builder
2511 localeBuilder.removeUnicodeLocaleAttribute(attribute);
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DInternalLocaleBuilder.java122 public InternalLocaleBuilder removeUnicodeLocaleAttribute(String attribute) throws LocaleSyntaxException { method in class:InternalLocaleBuilder
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleEnhanceTest.java1022 locale = builder.removeUnicodeLocaleAttribute("xxx")

Completed in 31 milliseconds