OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_LOCALE
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java
39
private static final String
TEST_LOCALE
= "test";
74
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
83
TEST_LOCALE
, true /* isUpdatable */);
98
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
140
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
168
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
238
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
289
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
335
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
345
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */)
[
all
...]
BinaryDictionaryDecayingTests.java
37
private static final String
TEST_LOCALE
= "test";
100
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
147
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
207
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
259
Locale.getDefault(),
TEST_LOCALE
, true /* isUpdatable */);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserSplitTests.java
35
private static final Locale
TEST_LOCALE
= Locale.ENGLISH;
44
mTextsSet.setLanguage(
TEST_LOCALE
.getLanguage());
51
}.runInLocale(targetContext.getResources(),
TEST_LOCALE
);
KeySpecParserTests.java
36
private final static Locale
TEST_LOCALE
= Locale.ENGLISH;
55
final String language =
TEST_LOCALE
.getLanguage();
65
}.runInLocale(context.getResources(),
TEST_LOCALE
);
[
all
...]
/external/icu4c/samples/layout/
pflow.c
27
#define
TEST_LOCALE
"zh_TW"
142
#ifdef
TEST_LOCALE
167
#ifdef
TEST_LOCALE
169
pl_addLocaleRun(locales,
TEST_LOCALE
, pEnd - pStart);
Completed in 125 milliseconds