/external/compiler-rt/lib/msan/lit_tests/ |
setlocale.cc | 4 #include <locale.h> 8 char *locale = setlocale (LC_ALL, ""); local 9 assert(locale); 10 if (locale[0])
|
/external/chromium_org/v8/test/intl/break-iterator/ |
property-override.js | 30 // Object.defineProperty(Array.prototype, 'locale', { 38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us'). 53 'type', 'locale' 64 var locale = Intl.v8BreakIterator().resolvedOptions().locale; variable
|
/external/chromium_org/v8/test/intl/collator/ |
property-override.js | 30 // Object.defineProperty(Array.prototype, 'locale', { 38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us'). 54 'locale', 'numeric', 'usage', 'collation' 65 var locale = Intl.Collator().resolvedOptions().locale; variable
|
/external/chromium_org/v8/test/intl/date-format/ |
property-override.js | 30 // Object.defineProperty(Array.prototype, 'locale', { 38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us'). 57 'calendar', 'day', 'era', 'hour12', 'hour', 'locale', 70 var locale = Intl.DateTimeFormat().resolvedOptions().locale; variable
|
/external/chromium_org/v8/test/intl/number-format/ |
property-override.js | 30 // Object.defineProperty(Array.prototype, 'locale', { 38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us'). 59 'style', 'locale', 'numberingSystem', 74 var locale = Intl.NumberFormat(undefined, variable 78 resolvedOptions().locale;
|
/external/llvm/include/llvm/Support/ |
Locale.h | 8 namespace locale { namespace in namespace:llvm::sys
|
/external/llvm/unittests/Support/ |
LocaleTest.cpp | 1 //===- unittests/Support/LocaleTest.cpp - Locale.h tests ------------------===// 10 #include "llvm/Support/Locale.h" 15 namespace locale { namespace in namespace:llvm::sys 21 TEST(Locale, columnWidth) { 63 TEST(Locale, isPrint) { 98 } // namespace locale
|
/external/chromium_org/ui/views/controls/ |
slider_unittest.cc | 58 std::string locale = l10n_util::GetApplicationLocale(""); local 72 // Reset locale. 73 base::i18n::SetICUDefaultLocale(locale);
|
/external/clang/test/CodeGenCXX/ |
debug-info-context.cpp | 4 class locale { class 10 locale _M_ios_locale;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/annotation/ |
Values.java | 4 * Indicate that roboletric should look for values that is specific for the locale 11 String locale(); method in interface:Values
|
/external/chromium/chrome/browser/google/ |
google_util.cc | 40 std::string locale = g_browser_process->GetApplicationLocale(); local 41 if (locale == "nb") 42 locale = "no"; 43 return AppendParam(url, "hl", locale);
|
/external/chromium_org/chrome/common/extensions/api/spellcheck/ |
spellcheck_handler.h | 20 std::string locale; member in struct:extensions::SpellcheckDictionaryInfo
|
/external/chromium_org/content/ppapi_plugin/ |
ppapi_plugin_main.cc | 75 // Set the default locale to be the current UI language. WebKit uses ICU's 76 // default locale for some font settings (especially switching between 79 std::string locale = command_line.GetSwitchValueASCII(switches::kLang); local 80 base::i18n::SetICUDefaultLocale(locale); 83 // TODO(shess): Flash appears to have a POSIX locale dependency 90 std::replace(locale.begin(), locale.end(), '-', '_'); 91 locale.append(".UTF-8"); 92 setlocale(LC_ALL, locale.c_str()); 93 setenv("LANG", locale.c_str(), 0) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/android/ |
FontCacheAndroid.cpp | 46 const char* locale; local 49 locale = "zh-CN"; 52 locale = "zh-TW"; 55 locale = "ja"; 58 locale = "ko"; 61 locale = 0; 66 if (!SkGetFallbackFamilyNameForChar(c, locale, &skiaFamilyName) || skiaFamilyName.isEmpty())
|
/external/chromium_org/third_party/icu/source/common/ |
ucnv_imp.h | 47 char locale[ULOC_FULLNAME_CAPACITY]; member in struct:__anon14005 66 * @param locale locale parameter, or "" 75 const char *locale, uint32_t options,
|
/external/icu4c/common/ |
ucnv_imp.h | 47 char locale[ULOC_FULLNAME_CAPACITY]; member in struct:__anon21474 67 * @param locale locale parameter, or "" 76 const char *locale, uint32_t options,
|
/external/icu4c/i18n/unicode/ |
plurfmt.h | 82 * the constructors that takes a <code>locale</code> object. To 92 * specified locale. Syntax: 123 * <code>NumberFormat</code> for the <code>PluralFormat</code>'s locale. If you 135 * <code>PluralFormat</code>'s constructor. If you also specify a locale in this 136 * constructor, this locale will be used to format the number in the message 151 * Creates a new cardinal-number <code>PluralFormat</code> for the default locale. 152 * This locale will be used to get the set of plural rules and for standard 161 * Creates a new cardinal-number <code>PluralFormat</code> for a given locale. 162 * @param locale the <code>PluralFormat</code> will be configured with 163 * rules for this locale. This locale will also be used fo 567 Locale locale; member in class:PluralFormat [all...] |
/external/srec/srec/Recognizer/include/ |
SR_RecognizerResultImpl.h | 54 * Locale of grammar that produced this result 56 ESR_Locale locale; member in struct:SR_RecognizerResultImpl_t 114 ESR_Locale* locale);
|
/external/srec/srec/Vocabulary/include/ |
SR_VocabularyImpl.h | 50 * Vocabulary locale. 52 ESR_Locale locale; member in struct:SR_VocabularyImpl_t 54 * String to identify TTP language associated with locale. 99 ESR_ReturnCode SR_VocabularyGetLanguageImpl(SR_Vocabulary* self, ESR_Locale* locale); 114 #define TTP_LANG(locale) locale == ESR_LOCALE_EN_US ? L("enu") : \ 115 locale == ESR_LOCALE_FR_FR ? L("fra") : \ 116 locale == ESR_LOCALE_DE_DE ? L("deu") : \ 117 locale == ESR_LOCALE_EN_GB ? L("eng") : \ 118 locale == ESR_LOCALE_JA_JP ? L("jpn") : [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
main.cpp | 47 QString locale; local 51 locale = QLocale::system().name(); 53 if (!translator.load("wpa_gui_" + locale, resourceDir)) 54 translator.load("wpa_gui_" + locale, "lang");
|
/libcore/luni/src/main/native/ |
libcore_icu_DateIntervalFormat.cpp | 27 Locale locale = getLocale(env, javaLocaleName); local 35 DateIntervalFormat* formatter(DateIntervalFormat::createInstance(skeletonHolder.unicodeString(), locale, status));
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
UserDictionarySettingsUtils.java | 25 import java.util.Locale; 33 // CAVEAT: localeStr should not be null because a null locale stands for the system 34 // locale in UserDictionary.Words.addWord. 37 final Locale locale = Utils.createLocaleFromString(localeStr); local 38 final Locale systemLocale = context.getResources().getConfiguration().locale; 39 return locale.getDisplayName(systemLocale);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
UserDictionarySettingsUtils.java | 25 import java.util.Locale; 34 // CAVEAT: localeStr should not be null because a null locale stands for the system 35 // locale in UserDictionary.Words.addWord. 38 final Locale locale = LocaleUtils.constructLocaleFromString(localeStr); local 39 final Locale systemLocale = context.getResources().getConfiguration().locale; 40 return locale.getDisplayName(systemLocale);
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
CustomLocaleReceiver.java | 28 * Broadcast receiver that can change the system's locale.
31 * to easily trigger a locale change on an emulator as such:
34 * --es com.android.intent.extra.LOCALE en_US
44 /** An extra String that specifies the locale to set, in the form "en_US". */
45 public static final String EXTRA_LOCALE = "com.android.intent.extra.LOCALE";
57 String locale = intent.getStringExtra(EXTRA_LOCALE);
local 59 // Enforce the locale string is either in the form "ab" or "ab_cd"
60 boolean is_ok = locale != null;
61 is_ok = is_ok && (locale.length() == 2 || locale.length() == 5); [all...] |
/external/chromium/chrome/browser/ |
default_encoding_combo_model.cc | 17 // UI locale. 18 std::string locale = g_browser_process->GetApplicationLocale(); local 24 l10n_util::SortVectorWithStringKey(locale, &sorted_encoding_list_, true);
|