OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getISO3Country
(Results
1 - 19
of
19
) sorted by null
/libcore/luni/src/test/java/tests/api/java/util/
LocaleTest.java
386
* @tests java.util.Locale#
getISO3Country
()
391
method = "
getISO3Country
",
395
// Test for method java.lang.String java.util.Locale.
getISO3Country
()
397
+ testLocale.
getISO3Country
(), testLocale.
getISO3Country
()
401
assertEquals("COD", l.
getISO3Country
());
405
x.
getISO3Country
();
431
assertEquals("SCG", l_CountryCS.
getISO3Country
());
CurrencyTest.java
471
System.out.println(loc.
getISO3Country
());
/external/chromium/third_party/icu/public/common/unicode/
locid.h
460
const char *
getISO3Country
() const;
/external/icu4c/common/unicode/
locid.h
476
const char *
getISO3Country
() const;
/packages/apps/Settings/src/com/android/settings/
TextToSpeechSettings.java
128
mDefaultCountry = currentLocale.
getISO3Country
();
357
mDefaultCountry = Locale.getDefault().
getISO3Country
();
452
mDefaultCountry = currentLocale.
getISO3Country
();
694
+ Locale.getDefault().
getISO3Country
();
707
Settings.Secure.putString(resolver, TTS_DEFAULT_COUNTRY, currentLocale.
getISO3Country
());
[
all
...]
/frameworks/base/core/java/android/speech/tts/
TextToSpeech.java
[
all
...]
/libcore/luni/src/main/java/java/util/
Locale.java
485
public String
getISO3Country
() throws MissingResourceException {
/external/chromium/third_party/icu/source/test/intltest/
loctest.cpp
425
if ( (temp=testLocale.
getISO3Country
()) != (dataTable[CTRY3][i]))
831
result = test.
getISO3Country
();
834
errln("
getISO3Country
() on xx_YY returned " + UnicodeString(result) + " instead of \"\"");
[
all
...]
/external/icu4c/test/intltest/
loctest.cpp
429
if ( (temp=testLocale.
getISO3Country
()) != (dataTable[CTRY3][i]))
835
result = test.
getISO3Country
();
838
errln("
getISO3Country
() on xx_YY returned " + UnicodeString(result) + " instead of \"\"");
[
all
...]
/external/chromium/third_party/icu/source/common/
locid.cpp
739
Locale::
getISO3Country
() const
[
all
...]
/external/icu4c/common/
locid.cpp
724
Locale::
getISO3Country
() const
/external/icu4c/layoutex/
ParagraphLayout.cpp
919
const char *country = locale->
getISO3Country
();
[
all
...]
/libcore/luni/src/main/native/
ICU.cpp
194
return env->NewStringUTF(loc.
getISO3Country
());
/frameworks/base/packages/TtsService/src/android/tts/
TtsService.java
346
return Locale.getDefault().
getISO3Country
();
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 946 milliseconds