| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
| locale.h | 27 /* evc3 doesn't have locale.h */ 30 # include_next <locale.h> 32 # include _STLP_NATIVE_C_HEADER(locale.h)
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
| locale.h | 27 /* evc3 doesn't have locale.h */ 30 # include_next <locale.h> 32 # include _STLP_NATIVE_C_HEADER(locale.h)
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
| locale.h | 27 /* evc3 doesn't have locale.h */ 30 # include_next <locale.h> 32 # include _STLP_NATIVE_C_HEADER(locale.h)
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
| locale.h | 27 /* evc3 doesn't have locale.h */ 30 # include_next <locale.h> 32 # include _STLP_NATIVE_C_HEADER(locale.h)
|
| /external/icu4c/i18n/unicode/ |
| locdspnm.h | 15 * \brief C++ API: Provides display names of Locale and its components. 30 * values, see Locale. 43 * {@link #createInstance(const Locale& locale, UDialectHandling dialectHandling)} 45 * @param locale the display locale 49 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale); 53 * formatted for the provided locale, using the provided 56 * @param locale the display local [all...] |
| ucurr.h | 26 * <ul><li>A display symbol, for a specific locale 38 * Finds a currency code for the given locale. 39 * @param locale the locale for which to retrieve a currency code. 53 ucurr_forLocale(const char* locale, 87 * Register an (existing) ISO 4217 currency code for the given locale. 91 * @param locale the locale for which to register this currency code 99 const char* locale, 118 * given locale. For example, the display name for the US [all...] |
| /external/stlport/test/unit/ |
| time_facets_test.cpp | 4 # include <locale> 25 void LocaleTest::_time_put_get( const locale& loc ) 194 typedef void (LocaleTest::*_Test) (const locale&); 198 locale loc; 203 locale tmp(tested_locales[i]); 208 //This locale is not supported. 216 locale tmp(locale::classic(), tested_locales[i], locale::time); 223 locale tmp0(locale::classic(), new time_put_facet(tested_locales[i])) [all...] |
| /ndk/tests/device/test-gnustl-full/unit/ |
| time_facets_test.cpp | 4 # include <locale> 25 void LocaleTest::_time_put_get( const locale& loc ) 194 typedef void (LocaleTest::*_Test) (const locale&); 198 locale loc; 203 locale tmp(tested_locales[i]); 208 //This locale is not supported. 216 locale tmp(locale::classic(), tested_locales[i], locale::time); 223 locale tmp0(locale::classic(), new time_put_facet(tested_locales[i])) [all...] |
| /ndk/tests/device/test-stlport/unit/ |
| time_facets_test.cpp | 4 # include <locale> 25 void LocaleTest::_time_put_get( const locale& loc ) 194 typedef void (LocaleTest::*_Test) (const locale&); 198 locale loc; 203 locale tmp(tested_locales[i]); 208 //This locale is not supported. 216 locale tmp(locale::classic(), tested_locales[i], locale::time); 223 locale tmp0(locale::classic(), new time_put_facet(tested_locales[i])) [all...] |
| /external/chromium_org/ui/base/l10n/ |
| l10n_util_android.cc | 32 ScopedJavaLocalRef<jstring> locale = Java_LocalizationUtils_getDefaultLocale( local 34 return ConvertJavaStringToUTF8(locale); 43 std::string GetLocaleComponent(const std::string& locale, 48 int32_t actual_length = uloc_func(locale.c_str(), 60 const std::string& locale) { 61 // TODO(wangxianzhu): Use new Locale API once Android supports scripts. 63 locale, uloc_getLanguage, ULOC_LANG_CAPACITY); 65 locale, uloc_getCountry, ULOC_COUNTRY_CAPACITY); 67 locale, uloc_getVariant, ULOC_FULLNAME_CAPACITY); 76 string16 GetDisplayNameForLocale(const std::string& locale, [all...] |
| /external/e2fsprogs/intl/ |
| finddomain.c | 50 _nl_find_domain (const char *dirname, char *locale, 65 /* LOCALE can consist of up to four recognized parts for the XPG syntax: 74 the full specified locale is not found, the less specific one are 86 /* If we have already tested for this locale entry there has to 89 strlen (dirname) + 1, 0, locale, NULL, NULL, 93 /* We know something about this locale. */ 114 /* See whether the locale value is an alias. If yes its value 117 alias_value = _nl_expand_alias (locale); 121 locale = strdup (alias_value); 122 if (locale == NULL [all...] |
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
| compare.hpp | 15 #include <locale> 58 is_iequal( const std::locale& Loc=std::locale() ) : 76 std::locale m_Loc; 111 is_iless( const std::locale& Loc=std::locale() ) : 129 std::locale m_Loc; 164 is_not_igreater( const std::locale& Loc=std::locale() ) : 182 std::locale m_Loc [all...] |
| /external/chromium_org/third_party/icu/source/common/ |
| servls.cpp | 30 : fallbackLocale(Locale::getDefault()) 38 , fallbackLocale(Locale::getDefault()) 50 ICULocaleService::get(const Locale& locale, UErrorCode& status) const 52 return get(locale, LocaleKey::KIND_ANY, NULL, status); 56 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const 58 return get(locale, kind, NULL, status); 62 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) cons [all...] |
| /external/icu4c/common/ |
| servls.cpp | 30 : fallbackLocale(Locale::getDefault()) 36 , fallbackLocale(Locale::getDefault()) 45 ICULocaleService::get(const Locale& locale, UErrorCode& status) const 47 return get(locale, LocaleKey::KIND_ANY, NULL, status); 51 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const 53 return get(locale, kind, NULL, status); 57 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) cons [all...] |
| /external/chromium/chrome/browser/chromeos/login/ |
| language_switch_menu.cc | 44 // Update LanguageList to contain entries in current locale. 72 const std::string locale = g_browser_process->GetApplicationLocale(); local 73 int index = language_list_->GetIndexFromLocale(locale); 74 CHECK_NE(-1, index) << "Unknown locale: " << locale; 84 bool LanguageSwitchMenu::SwitchLanguage(const std::string& locale) { 86 if (g_browser_process->GetApplicationLocale() == locale) { 98 // Switch the locale. 99 loaded_locale = ResourceBundle::ReloadSharedInstance(locale); 101 CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale 182 const std::string locale = language_list_->GetLocaleFromIndex(command_id); local [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
| DictionaryFactory.java | 31 import java.util.Locale; 43 * locale. If none is found, it falls back to the built-in dictionary - if any. 45 * @param locale the locale for which to create the dictionary 50 final Locale locale, final boolean useFullEditDistance) { 51 if (null == locale) { 52 Log.e(TAG, "No locale defined for dictionary"); 54 createReadOnlyBinaryDictionary(context, locale)); 59 BinaryDictionaryGetter.getDictionaryFiles(locale, context) [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
| UserDictionaryList.java | 37 import java.util.Locale; 58 new String[] { UserDictionary.Words.LOCALE }, 65 final int columnIndex = cursor.getColumnIndex(UserDictionary.Words.LOCALE); 67 final String locale = cursor.getString(columnIndex); local 68 localeSet.add(null != locale ? locale : ""); 72 // For ICS, we need to show "For all languages" in case that the keyboard locale 73 // is different from the system locale 85 final String locale = subtype.getLocale(); local 86 if (!TextUtils.isEmpty(locale)) { [all...] |
| /external/chromium_org/third_party/icu/source/i18n/unicode/ |
| ucurr.h | 26 * <ul><li>A display symbol, for a specific locale 38 * Finds a currency code for the given locale. 39 * @param locale the locale for which to retrieve a currency code. 53 ucurr_forLocale(const char* locale, 87 * Register an (existing) ISO 4217 currency code for the given locale. 91 * @param locale the locale for which to register this currency code 99 const char* locale, 118 * given locale. For example, the display name for the US [all...] |
| /frameworks/base/core/java/android/provider/ |
| UserDictionary.java | 19 import java.util.Locale; 30 * frequency information and locale information. 81 * The locale that this word belongs to. Null if it pertains to all 82 * locales. Locale is as defined by the string returned by Locale.toString(). 85 public static final String LOCALE = "locale"; 100 * @deprecated Use {@link #addWord(Context, String, int, String, Locale)}. 106 * @deprecated Use {@link #addWord(Context, String, int, String, Locale)}. 117 * specified locale type 136 final Locale locale; local [all...] |
| /external/chromium_org/third_party/WebKit/Source/web/tests/ |
| LocaleICUTest.cpp | 92 OwnPtr<LocaleICU> locale = LocaleICU::create(localeString); local 93 return locale->monthFormat(); 98 OwnPtr<LocaleICU> locale = LocaleICU::create(localeString); local 99 return locale->timeFormat(); 104 OwnPtr<LocaleICU> locale = LocaleICU::create(localeString); local 105 return locale->shortTimeFormat(); 110 OwnPtr<LocaleICU> locale = LocaleICU::create(localeString); local 111 return locale->shortMonthLabels()[index]; 116 OwnPtr<LocaleICU> locale = LocaleICU::create(localeString); local 117 return locale->shortStandAloneMonthLabels()[index] 122 OwnPtr<LocaleICU> locale = LocaleICU::create(localeString); local 128 OwnPtr<LocaleICU> locale = LocaleICU::create(localeString); local 134 OwnPtr<LocaleICU> locale = LocaleICU::create(localeString); local 229 OwnPtr<Locale> locale = Locale::create(localeIdentifier); local 242 OwnPtr<Locale> locale = Locale::create(localeIdentifier); local [all...] |
| /external/chromium_org/remoting/tools/build/ |
| remoting_copy_locales.py | 36 def calc_output(locale): 37 """Determine the file that will be generated for the given locale.""" 40 # For Cocoa to find the locale at runtime, it needs to use '_' instead 43 '%s.lproj' % locale.replace('-', '_'), 'locale.pak') 45 return os.path.join(INT_DIR, 'remoting_locales', locale + '.pak') 48 def calc_inputs(locale): 49 """Determine the files that need processing for the given locale.""" 53 inputs.append(os.path.join(GRIT_DIR, 'remoting/resources/%s.pak' % locale)) 57 inputs.append('%s_%s.pak' % (extra_file, locale)) [all...] |
| /external/stlport/src/ |
| dll_main.cpp | 52 #include <locale> 137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; 140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >; 141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; 148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >; 149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > [all...] |
| /ndk/sources/cxx-stl/stlport/src/ |
| dll_main.cpp | 52 #include <locale> 137 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; 140 template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >; 141 template class _STLP_CLASS_DECLSPEC _Vector_base<locale::facet*, allocator<locale::facet*> >; 148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >; 149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > [all...] |
| /development/apps/CustomLocale/src/com/android/customlocale2/ |
| CustomLocaleActivity.java | 23 import java.util.Locale; 50 * locales. The user can select a locale and apply it or it can create or remove 51 * a custom locale. 65 /** Menu item id for applying a locale */ 67 /** Menu item id for removing a custom locale */ 72 /** Textview used to display current locale */ 134 String locale = data.getExtras().getString(NewLocaleDialog.INTENT_EXTRA_LOCALE); local 135 if (locale != null && locale.length() > 0) { 136 // Get current custom locale lis [all...] |
| /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
| ubrkperf.h | 23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : 32 m_brkIt_ = BreakIterator::createCharacterInstance(locale, m_status_); 35 m_brkIt_ = BreakIterator::createWordInstance(locale, m_status_); 38 m_brkIt_ = BreakIterator::createLineInstance(locale, m_status_); 41 m_brkIt_ = BreakIterator::createSentenceInstance(locale, m_status_); 59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : 60 ICUBreakFunction(locale, mode, file, file_len) 86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : 87 ICUBreakFunction(locale, mode, file, file_len)
|