/external/chromium_org/third_party/icu/source/i18n/unicode/ |
dcfmtsym.h | 267 inline Locale getLocale() const; 274 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 447 DecimalFormatSymbols::getLocale() const {
|
currpinf.h | 138 const Locale& getLocale() const;
|
locdspnm.h | 70 virtual const Locale& getLocale() const = 0;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
restest.cpp | 617 locale = res.getLocale(ULOC_REQUESTED_LOCALE, status); 621 locale = res.getLocale(ULOC_VALID_LOCALE, status); 625 locale = res.getLocale(ULOC_ACTUAL_LOCALE, status);
|
/external/icu/icu4c/source/common/ |
resbund.cpp | 44 * 11/09/99 weiv Added getLocale(), rewritten constructForLocale() 378 const Locale &ResourceBundle::getLocale(void) const { 390 const Locale ResourceBundle::getLocale(ULocDataLocaleType type, UErrorCode &status) const
|
/external/icu/icu4c/source/i18n/unicode/ |
dcfmtsym.h | 281 inline Locale getLocale() const; 288 Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const; 471 DecimalFormatSymbols::getLocale() const {
|
currpinf.h | 136 const Locale& getLocale() const;
|
locdspnm.h | 85 virtual const Locale& getLocale() const = 0;
|
/external/icu/icu4c/source/test/intltest/ |
restest.cpp | 616 locale = res.getLocale(ULOC_REQUESTED_LOCALE, status); 620 locale = res.getLocale(ULOC_VALID_LOCALE, status); 624 locale = res.getLocale(ULOC_ACTUAL_LOCALE, status);
|
/frameworks/base/core/java/android/view/accessibility/ |
CaptioningManager.java | 93 public final Locale getLocale() { 206 final Locale locale = getLocale(); 517 * @see CaptioningManager#getLocale()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_locale.py | 401 oldlocale = locale.getlocale() 408 loc = locale.getlocale() 410 self.assertEqual(loc, locale.getlocale())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_locale.py | 401 oldlocale = locale.getlocale() 408 loc = locale.getlocale() 410 self.assertEqual(loc, locale.getlocale())
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
VaryingConfiguration.java | 163 public Locale getLocale() { 165 return super.getLocale(); 167 Locale locale = mParent.getLocale();
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
Messages.java | 146 private Locale getLocale() 308 Locale locale = getLocale();
|
/external/chromium_org/chrome/renderer/net/ |
net_error_helper.cc | 189 RenderThread::Get()->GetLocale(), 227 RenderThread::Get()->GetLocale(),
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontConfigParser_android.cpp | 175 SkString locale = SkFontConfigParser::GetLocale(); 290 SkString SkFontConfigParser::GetLocale()
|
/external/skia/src/ports/ |
SkFontConfigParser_android.cpp | 175 SkString locale = SkFontConfigParser::GetLocale(); 290 SkString SkFontConfigParser::GetLocale()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Suggest.java | 58 public Locale getLocale() { 59 return mDictionaryFacilitator.getLocale();
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
SampleSpellCheckerService.java | 47 mLocale = getLocale();
|
/external/chromium_org/content/public/renderer/ |
render_thread.h | 54 virtual std::string GetLocale() = 0;
|
/external/chromium_org/content/public/test/ |
mock_render_thread.cc | 73 std::string MockRenderThread::GetLocale() {
|
mock_render_thread.h | 42 virtual std::string GetLocale() OVERRIDE;
|
/external/srec/srec/Nametag/src/ |
NametagImpl.c | 56 rc = result->getLocale(result, &locale);
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
UserDictionaryList.java | 111 final String locale = subtype.getLocale();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
UserDictionaryList.java | 89 final String locale = subtype.getLocale();
|