OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowedlocales
(Results
1 - 6
of
6
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java
152
Set<ULocale>
allowedLocales
= new HashSet<ULocale>();
153
allowedLocales
.add(ULocale.JAPANESE);
154
allowedLocales
.add(ULocale.FRENCH);
155
builder.setAllowedLocales(
allowedLocales
);
231
*
AllowedLocales
235
Set<ULocale>
allowedLocales
= null;
240
allowedLocales
= sc.getAllowedLocales();
241
assertTrue("Empty allowed locales",
allowedLocales
.isEmpty());
249
allowedLocales
= new HashSet<ULocale>();
250
allowedLocales
.add(enloc)
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java
148
Set<ULocale>
allowedLocales
= new HashSet<ULocale>();
149
allowedLocales
.add(ULocale.JAPANESE);
150
allowedLocales
.add(ULocale.FRENCH);
151
builder.setAllowedLocales(
allowedLocales
);
227
*
AllowedLocales
231
Set<ULocale>
allowedLocales
= null;
236
allowedLocales
= sc.getAllowedLocales();
237
assertTrue("Empty allowed locales",
allowedLocales
.isEmpty());
245
allowedLocales
= new HashSet<ULocale>();
246
allowedLocales
.add(enloc)
[
all
...]
/external/icu/icu4c/source/test/cintltst/
spooftest.c
352
const char *
allowedLocales
;
356
allowedLocales
= uspoof_getAllowedLocales(sc, &status);
358
TEST_ASSERT(strcmp("",
allowedLocales
) == 0)
363
allowedLocales
= uspoof_getAllowedLocales(sc, &status);
365
TEST_ASSERT(strstr(
allowedLocales
, "en") != NULL);
366
TEST_ASSERT(strstr(
allowedLocales
, "ru") != NULL);
/external/icu/icu4c/source/i18n/
uspoof_impl.h
71
/** Set and Get
AllowedLocales
, implementations of the corresponding API */
/external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java
584
* this function. Note that this clears the
allowedLocales
set.
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java
620
* this function. Note that this clears the
allowedLocales
set.
[
all
...]
Completed in 1653 milliseconds