HomeSort by relevance Sort by last modified time
    Searched full:getlocale (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/webkit/WebCore/platform/text/mac/
TextBreakIteratorInternalICUMac.mm 65 static void getLocale(CFStringRef locale, char localeStringBuffer[maxLocaleStringLength])
76 getLocale(canonicalLanguageIdentifier(topLanguagePreference().get()).get(), localeStringBuffer);
96 getLocale(canonicalLanguageIdentifier(locale.get()).get(), localeStringBuffer);
  /external/icu4c/common/
locbased.cpp 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
locbased.h 28 * A utility class that unifies the implementation of getLocale() by
58 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
locid.cpp 1019 return getLocale(eENGLISH);
1025 return getLocale(eFRENCH);
1031 return getLocale(eGERMAN);
1037 return getLocale(eITALIAN);
1043 return getLocale(eJAPANESE);
1049 return getLocale(eKOREAN);
1055 return getLocale(eCHINESE);
1061 return getLocale(eCHINA);
1067 return getLocale(eTAIWAN);
1074 return getLocale(eFRANCE)
    [all...]
  /external/apache-http/src/org/apache/http/
HttpResponse.java 69 * {@link #getLocale locale}.
91 * based on the current {@link #getLocale locale}. It can be set
148 Locale getLocale();
157 * @see #getLocale getLocale
  /frameworks/base/awt/java/awt/im/spi/
InputMethod.java 47 public Locale getLocale();
  /external/icu4c/test/intltest/
aliastst.cpp 69 //Test function "getLocale(ULocale.VALID_LOCALE)"
81 logln("Calendar(getLocale) old:"+UnicodeString(l1)+" new:"+UnicodeString(l2));
102 //Test function "getLocale"
114 logln("DateFormat(getLocale) old:%s new:%s",l1,l2);
136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status);
137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status);
148 logln("Collator(getLocale) old:%s new:%s", l1.getName(), l2.getName());
svccoll.cpp 59 Locale loc = frcol->getLocale(ULOC_REQUESTED_LOCALE, status);
63 loc = frcol->getLocale(ULOC_VALID_LOCALE, status);
68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
180 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status);
407 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
411 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
restsnew.cpp 414 a.getLocale()==b.getLocale() &&
455 logln("Testing getLocale()\n");
456 if(strcmp(test1.getLocale().getName(), locale->getName()) !=0 ){
457 errln("FAIL: ResourceBundle::getLocale() failed\n");
473 if(strcmp(defaultresource.getLocale().getName(), explicitdefaultresource.getLocale().getName()) != 0){
475 explicitdefaultresource.getLocale().getName(), defaultresource.getLocale().getName(), u_errorName(err));
482 strcmp(copyRes.getLocale().getName(), defaultresource.getLocale().getName() ) !=0 |
    [all...]
loctest.cpp 479 if (symb.getLocale(ULOC_VALID_LOCALE, status) != Locale("root")) {
    [all...]
apicoll.h 138 * Tests GetLocale for a Collator
  /frameworks/base/awt/java/awt/im/
InputContext.java 56 public Locale getLocale() {
  /dalvik/libcore/icu/src/main/native/
Resources.cpp 63 static Locale getLocale(JNIEnv* env, jstring locale) {
176 Locale loc = getLocale(env, locale);
177 Locale targetLoc = getLocale(env, targetLocale);
187 Locale loc = getLocale(env, locale);
188 Locale targetLoc = getLocale(env, targetLocale);
198 Locale loc = getLocale(env, locale);
199 Locale targetLoc = getLocale(env, targetLocale);
207 Locale loc = getLocale(env, locale);
212 Locale loc = getLocale(env, locale);
275 Locale loc = getLocale(env, locale)
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
ResourceBundleTest.java 320 method = "getLocale",
330 assertEquals("fr_FR_VAR", bundle.getLocale().toString());
333 assertEquals("fr_FR", bundle.getLocale().toString());
336 assertEquals("fr", bundle.getLocale().toString());
339 assertEquals("en_US", bundle.getLocale().toString());
342 assertEquals("en_US", bundle.getLocale().toString());
345 assertEquals("en_US", bundle.getLocale().toString());
  /dalvik/libcore/text/src/main/java/java/text/
MessageFormat.java 148 * <td>{@code NumberFormat.getInstance(getLocale())}</td>
152 * <td>{@code NumberFormat.getIntegerInstance(getLocale())}</td>
156 * <td>{@code NumberFormat.getCurrencyInstance(getLocale())}</td>
160 * <td>{@code NumberFormat.getPercentInstance(getLocale())}</td>
164 * <td>{@code new DecimalFormat(subformatPattern, new DecimalFormatSymbols(getLocale()))}</td>
169 * <td>{@code DateFormat.getDateInstance(DateFormat.DEFAULT, getLocale())}</td>
173 * <td>{@code DateFormat.getDateInstance(DateFormat.SHORT, getLocale())}</td>
177 * <td>{@code DateFormat.getDateInstance(DateFormat.DEFAULT, getLocale())}</td>
181 * <td>{@code DateFormat.getDateInstance(DateFormat.LONG, getLocale())}</td>
185 * <td>{@code DateFormat.getDateInstance(DateFormat.FULL, getLocale())}</td
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerResult.c 83 return self->getLocale(self, locale);
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeIM.java 64 public Locale getLocale() {
  /frameworks/base/location/java/android/location/
GeocoderParams.java 56 public Locale getLocale() {
  /external/icu4c/i18n/
format.cpp 172 Format::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
174 return locBased.getLocale(type, status);
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 489 notes = "Test getLocale()",
490 method = "getLocale",
496 assertSame(locale, address.getLocale());
500 assertSame(locale, address.getLocale());
503 assertNull(address.getLocale());
  /external/icu4c/common/unicode/
resbund.h 42 * 11/09/99 weiv Added getLocale(), fRealLocale, removed fRealLocaleID
310 * Same as getLocale().getName() .
438 * @deprecated ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead.
441 getLocale(void) const;
454 getLocale(ULocDataLocaleType type, UErrorCode &status) const;
  /external/icu4c/i18n/unicode/
dcfmtsym.h 232 inline Locale getLocale() const;
239 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
411 DecimalFormatSymbols::getLocale() const {
  /frameworks/base/awt/org/apache/harmony/awt/im/
InputMethodContext.java 265 public Locale getLocale() {
267 return inputMethod.getLocale();
269 return super.getLocale();
  /dalvik/libcore/xml/src/main/java/org/apache/xml/res/
XMLMessages.java 62 public Locale getLocale()
  /external/icu4c/layoutex/
RunArrays.cpp 169 const Locale *LocaleRuns::getLocale(le_int32 run) const

Completed in 513 milliseconds

1 2 3 4