/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/ |
types.pass.cpp | 10 // <locale> 14 // : public locale::facet 21 #include <locale> 26 static_assert((std::is_base_of<std::locale::facet, std::money_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::money_put<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/ |
types.pass.cpp | 10 // <locale> 14 // : public locale::facet 20 #include <locale> 26 static_assert((std::is_base_of<std::locale::facet, std::num_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::num_put<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/ |
types.pass.cpp | 10 // <locale> 14 // : public locale::facet 20 #include <locale> 26 static_assert((std::is_base_of<std::locale::facet, std::num_get<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::num_get<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/ |
types.pass.cpp | 10 // <locale> 20 // : public locale::facet, 27 #include <locale> 33 static_assert((std::is_base_of<std::locale::facet, std::time_get<char> >::value), ""); 34 static_assert((std::is_base_of<std::locale::facet, std::time_get<wchar_t> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/ |
types.pass.cpp | 10 // <locale> 14 // : public locale::facet 20 #include <locale> 26 static_assert((std::is_base_of<std::locale::facet, std::time_put<char> >::value), ""); 27 static_assert((std::is_base_of<std::locale::facet, std::time_put<wchar_t> >::value), "");
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
PersonalizationDictionary.java | 36 /** Locale for which this user history dictionary is storing words */ 39 public PersonalizationDictionary(final Context context, final String locale, 42 super(context, getFilenameWithLocale(NAME, locale), Dictionary.TYPE_PERSONALIZATION, 44 mLocale = locale;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
RunInLocale.java | 22 import java.util.Locale; 30 * Execute {@link #job(Resources)} method in specified system locale exclusively. 33 * @param newLocale the locale to change to. 36 public T runInLocale(final Resources res, final Locale newLocale) { 39 final Locale oldLocale = conf.locale; 43 conf.locale = newLocale; 49 conf.locale = oldLocale;
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 23 # include <locale.h> 27 # define setlocale(category, locale) (locale)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 23 # include <locale.h> 27 # define setlocale(category, locale) (locale)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 23 # include <locale.h> 27 # define setlocale(category, locale) (locale)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 23 # include <locale.h> 27 # define setlocale(category, locale) (locale)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_long_long.pass.cpp | 10 // <locale> 16 #include <locale> 146 ios.imbue(std::locale(std::locale::classic(), new my_numpunct)); 158 ios.imbue(std::locale(std::locale::classic(), new my_numpunct)); 169 ios.imbue(std::locale(std::locale::classic(), new my_numpunct)); 179 ios.imbue(std::locale(std::locale::classic(), new my_numpunct)) [all...] |
put_unsigned_long_long.pass.cpp | 10 // <locale> 16 #include <locale> 146 ios.imbue(std::locale(std::locale::classic(), new my_numpunct)); 158 ios.imbue(std::locale(std::locale::classic(), new my_numpunct)); 169 ios.imbue(std::locale(std::locale::classic(), new my_numpunct)); 179 ios.imbue(std::locale(std::locale::classic(), new my_numpunct)) [all...] |
/external/icu4c/test/cintltst/ |
cpluralrulestest.c | 30 const char * locale; member in struct:__anon19030 66 for ( testItemPtr = testItems; testItemPtr->locale != NULL; ++testItemPtr ) { 68 UPluralRules* uplrules = uplrules_open(testItemPtr->locale, &status); 80 log_data_err("ERROR: uplrules_select for locale %s, number %.1f: expect %s, get %s\n", 81 testItemPtr->locale, testItemPtr->number, testItemPtr->keywordExpected, u_austrcpy(bcharBuf,keyword) ); 84 log_err("FAIL: uplrules_select for locale %s, number %.1f: %s\n", 85 testItemPtr->locale, testItemPtr->number, myErrorName(status) ); 89 log_err("FAIL: uplrules_open for locale %s: %s\n", testItemPtr->locale, myErrorName(status) );
|
/external/stlport/src/ |
message_facets.h | 22 #include <locale> 39 void insert(nl_catd_type key, const locale& L); 40 locale lookup(nl_catd_type key) const; 43 typedef hash_map<nl_catd_type, locale, hash<nl_catd_type>, equal_to<nl_catd_type>, 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; 124 catalog do_open(const string& __fn, const locale& __loc) const;
|
/external/stlport/test/unit/ |
collate_facets_test.cpp | 4 # include <locale> 19 CPPUNIT_ASSERT( has_facet<collate<char> >(locale::classic()) ); 20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); 37 locale loc("fr_FR"); 136 CPPUNIT_MESSAGE("No french locale to check collate facet"); 144 * Check of the 22.1.1.2.7 standard point. Construction of a locale 151 locale loc(locale::classic(), new collate_byname<char>(static_cast<char const*>(0))); 163 locale loc(locale::classic(), new collate_byname<char>("yasli_language")) [all...] |
/libcore/luni/src/main/java/libcore/icu/ |
AlphabeticIndex.java | 19 import java.util.Locale; 78 * Creates a new AlphabeticIndex for the given locale. 80 public AlphabeticIndex(Locale locale) { 81 peer = create(locale.toString()); 110 * Adds the index characters from the given locale to the index. 114 * it remains that of the locale that was originally specified 117 public synchronized AlphabeticIndex addLabels(Locale locale) { 118 addLabels(peer, locale.toString()) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
message_facets.h | 22 #include <locale> 39 void insert(nl_catd_type key, const locale& L); 40 locale lookup(nl_catd_type key) const; 43 typedef hash_map<nl_catd_type, locale, hash<nl_catd_type>, equal_to<nl_catd_type>, 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; 124 catalog do_open(const string& __fn, const locale& __loc) const;
|
/ndk/tests/device/test-gnustl-full/unit/ |
collate_facets_test.cpp | 4 # include <locale> 19 CPPUNIT_ASSERT( has_facet<collate<char> >(locale::classic()) ); 20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); 37 locale loc("fr_FR"); 136 CPPUNIT_MESSAGE("No french locale to check collate facet"); 144 * Check of the 22.1.1.2.7 standard point. Construction of a locale 151 locale loc(locale::classic(), new collate_byname<char>(static_cast<char const*>(0))); 163 locale loc(locale::classic(), new collate_byname<char>("yasli_language")) [all...] |
/ndk/tests/device/test-stlport/unit/ |
collate_facets_test.cpp | 4 # include <locale> 19 CPPUNIT_ASSERT( has_facet<collate<char> >(locale::classic()) ); 20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); 37 locale loc("fr_FR"); 136 CPPUNIT_MESSAGE("No french locale to check collate facet"); 144 * Check of the 22.1.1.2.7 standard point. Construction of a locale 151 locale loc(locale::classic(), new collate_byname<char>(static_cast<char const*>(0))); 163 locale loc(locale::classic(), new collate_byname<char>("yasli_language")) [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/ |
LanguageCallbackTest.java | 25 import java.util.Locale; 43 Locale locale = Locale.US; local 44 lc.setLocale(locale); 49 * locale is null
|
/external/apache-http/src/org/apache/http/message/ |
BasicHttpResponse.java | 34 import java.util.Locale; 59 private Locale locale; field in class:BasicHttpResponse 70 * @param locale the locale for looking up reason phrases, or 71 * <code>null</code> for the system locale 75 final Locale locale) { 82 this.locale = (locale != null) ? locale : Locale.getDefault() [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
measfmt.cpp | 22 MeasureFormat* U_EXPORT2 MeasureFormat::createCurrencyFormat(const Locale& locale, 26 fmt = new CurrencyFormat(locale, ec); 39 return MeasureFormat::createCurrencyFormat(Locale::getDefault(), ec);
|
/external/icu4c/i18n/ |
measfmt.cpp | 24 MeasureFormat* U_EXPORT2 MeasureFormat::createCurrencyFormat(const Locale& locale, 28 fmt = new CurrencyFormat(locale, ec); 41 return MeasureFormat::createCurrencyFormat(Locale::getDefault(), ec);
|
/external/icu4c/i18n/unicode/ |
gender.h | 42 * locale. 44 * @param locale The locale for which a <code>GenderInfo</code> object is 49 * this locale. The returned object is immutable, so it is 54 static const GenderInfo* U_EXPORT2 getInstance(const Locale& locale, UErrorCode& status); 80 * Copy constructor. One object per locale invariant. Clients 98 static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status);
|