Searched defs:setAllowedLocales (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp265 void SpoofImpl::setAllowedLocales(const char *localesList, UErrorCode &status) { function in class:SpoofImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java137 * <code>Builder.setAllowedLocales()</code>.</li>
362 * Builder.setAllowedChars() and Builder.setAllowedLocales().
532 * setAllowedLocales() will <i>replace</i> any previously applied set of allowed characters.
535 * setAllowedLocales() by fetching the resulting set with getAllowedChars(), manipulating it with the Unicode
545 public Builder setAllowedLocales(Set<ULocale> locales) { method in class:SpoofChecker.Builder
595 return setAllowedLocales(ulocales);
600 // setAllowedLocales.
614 * setAllowedLocales() function. Note that the RESTRICTED set is useful;
1464 * The returned set may not be identical to the originally specified set that is supplied to setAllowedLocales();

Completed in 50 milliseconds