OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:available_locales
(Results
1 - 5
of
5
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/util/
GlobalizationPreferences.java
1167
private static final HashMap<ULocale, BitSet>
available_locales
= new HashMap<ULocale, BitSet>();
field in class:GlobalizationPreferences
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
GlobalizationPreferences.java
1207
private static final HashMap<ULocale, BitSet>
available_locales
= new HashMap<ULocale, BitSet>();
field in class:GlobalizationPreferences
[
all
...]
/external/v8/src/runtime/
runtime-i18n.cc
85
const icu::Locale*
available_locales
= NULL;
local
89
available_locales
= icu::Collator::getAvailableLocales(count);
91
available_locales
= icu::NumberFormat::getAvailableLocales(count);
93
available_locales
= icu::DateFormat::getAvailableLocales(count);
95
available_locales
= icu::BreakIterator::getAvailableLocales(count);
103
const char* icu_name =
available_locales
[i].getName();
/external/v8/src/js/
i18n.js
76
var
AVAILABLE_LOCALES
= {
291
if (IS_UNDEFINED(
AVAILABLE_LOCALES
[service])) {
292
AVAILABLE_LOCALES
[service] = getAvailableLocalesOf(service);
298
requestedLocales,
AVAILABLE_LOCALES
[service]));
302
requestedLocales,
AVAILABLE_LOCALES
[service]));
429
if (IS_UNDEFINED(
AVAILABLE_LOCALES
[service])) {
430
AVAILABLE_LOCALES
[service] = getAvailableLocalesOf(service);
438
if (!IS_UNDEFINED(
AVAILABLE_LOCALES
[service][locale])) {
[
all
...]
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/util/
Locale.java
44
* <a name="
available_locales
"><h3>Available locales</h3></a>
Completed in 250 milliseconds