OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:localeList
(Results
1 - 9
of
9
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java
180
StringBuilder
localeList
= new StringBuilder();
183
localeList
.append(new Locale("en", "US").toString());
185
localeList
.append(s);
187
localeList
.append(";");
190
localeList
.toString());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CorrectionSettingsFragment.java
97
final TreeSet<String>
localeList
= UserDictionaryList.getUserDictionaryLocalesSet(activity);
98
if (null ==
localeList
) {
102
} else if (
localeList
.size() <= 1) {
104
// If the size of
localeList
is 0, we don't set the locale parameter in the
110
if (
localeList
.size() == 1) {
111
final String locale = (String)
localeList
.toArray()[0];
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java
69
public boolean
localeList
= false;
73
return code && resources && rClass &&
localeList
&& manifest;
348
changeFlags.
localeList
= true;
/frameworks/base/core/java/com/android/internal/app/
LocalePicker.java
90
List<String>
localeList
= new ArrayList<String>(locales.length);
91
Collections.addAll(
localeList
, locales);
95
localeList
.remove("ar-XB");
96
localeList
.remove("en-XA");
99
Collections.sort(
localeList
);
103
final ArrayList<LocaleInfo> localeInfos = new ArrayList<LocaleInfo>(
localeList
.size());
104
for (String locale :
localeList
) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
TestCLDRVsICU.java
249
String
localeList
= attributes.getValue("locales");
251
com.ibm.icu.impl.Utility.split(
localeList
, ' ', currentLocaleString);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java
188
List<Locale>
localeList
= mConfigChooser.getLocaleList();
203
for (int i = 0 ; i <
localeList
.size() ; i++) {
204
Locale locale =
localeList
.get(i);
222
Locale locale =
localeList
.get(localeIndex);
250
List<Locale>
localeList
= mConfigChooser.getLocaleList();
278
max =
localeList
.size();
286
Locale l =
localeList
.get(i);
353
mConfiguration.setLocale(
localeList
.get(match.bundle.localeIndex), true);
386
mConfiguration.setLocale(
localeList
.get(match.bundle.localeIndex), true);
456
List<Locale>
localeList
= mConfigChooser.getLocaleList()
[
all
...]
/cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java
208
final ArrayList<String>
localeList
= new ArrayList<String>(Arrays.asList(
231
for (final String locale :
localeList
) {
/external/icu/icu4c/source/test/intltest/
loctest.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 840 milliseconds