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

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/data/
icu-locale-deprecates.xml 17 <aliasLocale locale="az_AZ" />
18 <aliasLocale locale="ha_GH" />
19 <aliasLocale locale="ha_NE" />
20 <aliasLocale locale="ha_NG" />
21 <aliasLocale locale="kk_KZ" />
22 <aliasLocale locale="in" />
23 <aliasLocale locale="iw" />
24 <aliasLocale locale="no" />
25 <aliasLocale locale="pa_IN" />
26 <aliasLocale locale="pa_PK" /
    [all...]
  /external/nist-sip/java/javax/sip/header/
ContentLanguageHeader.java 3 import java.util.Locale;
8 Locale getContentLanguage();
9 void setContentLanguage(Locale language);
AcceptLanguageHeader.java 3 import java.util.Locale;
9 Locale getAcceptLanguage();
10 void setAcceptLanguage(Locale acceptLanguage);
  /libcore/luni/src/main/java/java/text/spi/
BreakIteratorProvider.java 21 import java.util.Locale;
27 * <p>Note that Android does not support user-supplied locale service providers.
41 * given locale.
43 * @param locale the locale
45 * @throws NullPointerException if {@code locale == null}
47 * if locale isn't one of the locales returned from
50 public abstract BreakIterator getWordInstance(Locale locale);
54 * given locale
    [all...]
DateFormatProvider.java 21 import java.util.Locale;
27 * <p>Note that Android does not support user-supplied locale service providers.
41 * in the given style for the given locale.
44 * @param locale the locale
46 * @throws NullPointerException if {@code locale == null}
48 * if locale isn't one of the locales returned from
51 public abstract DateFormat getTimeInstance(int style, Locale locale);
55 * in the given style for the given locale
    [all...]
NumberFormatProvider.java 21 import java.util.Locale;
27 * <p>Note that Android does not support user-supplied locale service providers.
41 * monetary values for the given locale.
43 * @param locale the locale
45 * @throws NullPointerException if {@code locale == null}
47 * if locale isn't one of the locales returned from
50 public abstract NumberFormat getCurrencyInstance(Locale locale);
54 * integer values for the given locale. The returned {@code NumberFormat
    [all...]
  /external/e2fsprogs/debian/
e2fsprogs.files 7 usr/share/locale
  /external/stlport/stlport/using/
export 8 locale
  /ndk/sources/cxx-stl/stlport/stlport/using/
export 8 locale
  /external/bison/m4/
hard-locale.m4 1 # hard-locale.m4 serial 6
7 dnl No prerequisites of lib/hard-locale.c.
10 AC_LIBSOURCES([hard-locale.c, hard-locale.h])
11 AC_LIBOBJ([hard-locale])
  /libcore/luni/src/test/java/tests/api/java/util/
CurrencyTest.java 30 import java.util.Locale;
35 private static Locale defaultLocale = Locale.getDefault();
51 * @tests java.util.Currency#getInstance(java.util.Locale)
57 args = {java.util.Locale.class}
62 * method ignores language and variant component of the locale.
65 Currency c1 = Currency.getInstance(new Locale("en", "CA"));
67 "Currency.getInstance(new Locale(\"en\",\"CA\")) isn't equal to Currency.getInstance(\"CAD\")",
69 Currency c2 = Currency.getInstance(new Locale("fr", "CA"));
71 "Currency.getInstance(new Locale(\"fr\",\"CA\")) isn't equal to Currency.getInstance(\"CAD\")"
    [all...]
LocaleTest.java 31 import java.util.Locale;
35 @TestTargetClass(Locale.class)
38 Locale testLocale;
40 Locale l;
42 Locale defaultLocale;
45 * @tests java.util.Locale#Locale(java.lang.String, java.lang.String)
50 method = "Locale",
54 // Test for method java.util.Locale(java.lang.String)
55 Locale x = new Locale("xx")
    [all...]
  /external/stlport/test/unit/
messages_facets_test.cpp 4 # include <locale>
17 * Check of the 22.1.1.2.7 standard point. Construction of a locale
24 locale loc(locale::classic(), new messages_byname<char>(static_cast<char const*>(0)));
36 locale loc(locale::classic(), new messages_byname<char>("yasli_language"));
48 locale loc(locale::classic(), new messages_byname<char>(""));
62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)))
    [all...]
locale_test.h 6 # include <locale>
77 void _loc_has_facet( const STD locale& );
78 void _num_put_get( const STD locale&, const ref_locale* );
79 void _time_put_get( const STD locale& );
80 void _ctype_facet( const STD locale& );
81 void _ctype_facet_w( const STD locale& );
82 void _locale_init_problem( const STD locale& );
87 void _money_put_get( const STD locale&, const ref_monetary* );
88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
messages_facets_test.cpp 4 # include <locale>
17 * Check of the 22.1.1.2.7 standard point. Construction of a locale
24 locale loc(locale::classic(), new messages_byname<char>(static_cast<char const*>(0)));
36 locale loc(locale::classic(), new messages_byname<char>("yasli_language"));
48 locale loc(locale::classic(), new messages_byname<char>(""));
62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)))
    [all...]
locale_test.h 6 # include <locale>
77 void _loc_has_facet( const STD locale& );
78 void _num_put_get( const STD locale&, const ref_locale* );
79 void _time_put_get( const STD locale& );
80 void _ctype_facet( const STD locale& );
81 void _ctype_facet_w( const STD locale& );
82 void _locale_init_problem( const STD locale& );
87 void _money_put_get( const STD locale&, const ref_monetary* );
88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* )
    [all...]
  /ndk/tests/device/test-stlport/unit/
messages_facets_test.cpp 4 # include <locale>
17 * Check of the 22.1.1.2.7 standard point. Construction of a locale
24 locale loc(locale::classic(), new messages_byname<char>(static_cast<char const*>(0)));
36 locale loc(locale::classic(), new messages_byname<char>("yasli_language"));
48 locale loc(locale::classic(), new messages_byname<char>(""));
62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)))
    [all...]
locale_test.h 6 # include <locale>
77 void _loc_has_facet( const STD locale& );
78 void _num_put_get( const STD locale&, const ref_locale* );
79 void _time_put_get( const STD locale& );
80 void _ctype_facet( const STD locale& );
81 void _ctype_facet_w( const STD locale& );
82 void _locale_init_problem( const STD locale& );
87 void _money_put_get( const STD locale&, const ref_monetary* );
88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* )
    [all...]
  /external/stlport/stlport/stl/
_locale.h 47 class locale;
50 bool __locale_do_operator_call(const locale& __loc,
60 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
63 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
66 void _InsertFacet(locale& __loc, _Facet* __facet);
72 # define locale _STLP_NO_MEM_T_NAME(loc) macro
75 class _STLP_CLASS_DECLSPEC locale { class
86 friend class locale;
118 locale() _STLP_NOTHROW;
119 locale(const locale&) _STLP_NOTHROW
125 locale(const locale& __loc, _Facet* __f) { function in class:locale
209 # undef locale macro
212 class locale : public _Locale { class in inherits:_Locale
222 explicit locale(const char *__str) : _Locale(__str) {} function in class:locale
223 locale(const locale& __loc, const char* __str, category __cat) function in class:locale
227 locale(const locale& __loc, _Facet* __f) function in class:locale
236 locale(_Locale_impl* __impl) : _Locale(__impl) {} function in class:locale
237 locale(const _Locale& __loc) : _Locale(__loc) {} function in class:locale
241 locale(const locale& __loc1, const locale& __loc2, category __cat) function in class:locale
    [all...]
  /libcore/luni/src/main/java/java/util/spi/
LocaleNameProvider.java 20 import java.util.Locale;
24 * localized locale names.
25 * <p>Note that Android does not support user-supplied locale service providers.
41 * @param locale a locale
44 * if {@code code == null || locale == null}
46 * if code or locale is not in a legal format or not available
48 public abstract String getDisplayLanguage(String languageCode, Locale locale);
54 * @param locale a locale
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 47 class locale;
50 bool __locale_do_operator_call(const locale& __loc,
60 bool _HasFacet(const locale& __loc, const _Facet* __facet) _STLP_NOTHROW;
63 _Facet* _UseFacet(const locale& __loc, const _Facet* __facet);
66 void _InsertFacet(locale& __loc, _Facet* __facet);
72 # define locale _STLP_NO_MEM_T_NAME(loc) macro
75 class _STLP_CLASS_DECLSPEC locale { class
86 friend class locale;
118 locale() _STLP_NOTHROW;
119 locale(const locale&) _STLP_NOTHROW
125 locale(const locale& __loc, _Facet* __f) { function in class:locale
209 # undef locale macro
212 class locale : public _Locale { class in inherits:_Locale
222 explicit locale(const char *__str) : _Locale(__str) {} function in class:locale
223 locale(const locale& __loc, const char* __str, category __cat) function in class:locale
227 locale(const locale& __loc, _Facet* __f) function in class:locale
236 locale(_Locale_impl* __impl) : _Locale(__impl) {} function in class:locale
237 locale(const _Locale& __loc) : _Locale(__loc) {} function in class:locale
241 locale(const locale& __loc1, const locale& __loc2, category __cat) function in class:locale
    [all...]
  /external/bison/lib/
hard-locale.c 1 /* hard-locale.c -- Determine whether a locale is hard.
24 #include "hard-locale.h"
26 #include <locale.h>
38 /* Return true if the current CATEGORY locale is hard, i.e. if you
55 char *locale = strdup (p); local
56 if (locale)
58 /* Temporarily set the locale to the "C" and "POSIX" locales
60 or the other is the caller's locale. */
62 && strcmp (p, locale) == 0
    [all...]
  /external/stlport/src/
locale.cpp 21 #include <locale>
34 locale* _Stl_get_classic_locale();
35 locale* _Stl_get_global_locale();
39 # define locale _STLP_NO_MEM_T_NAME(loc) macro
42 locale::facet::~facet() {}
46 bool locale::operator()(const string& __x,
51 bool locale::operator()(const wstring& __x,
57 void _STLP_CALL locale::_M_throw_on_null_name()
58 { _STLP_THROW(runtime_error("Invalid null locale name")); }
60 void _STLP_CALL locale::_M_throw_on_combine_error(const string& name)
132 locale::locale( _Locale_impl* impl ) : function in class:locale
137 locale::locale(const char* name) function in class:locale
246 locale::locale(const locale& L, const char* name, locale::category c) function in class:locale
295 locale::locale(const locale& L1, const locale& L2, category c) function in class:locale
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 21 #include <locale>
34 locale* _Stl_get_classic_locale();
35 locale* _Stl_get_global_locale();
39 # define locale _STLP_NO_MEM_T_NAME(loc) macro
42 locale::facet::~facet() {}
46 bool locale::operator()(const string& __x,
51 bool locale::operator()(const wstring& __x,
57 void _STLP_CALL locale::_M_throw_on_null_name()
58 { _STLP_THROW(runtime_error("Invalid null locale name")); }
60 void _STLP_CALL locale::_M_throw_on_combine_error(const string& name)
132 locale::locale( _Locale_impl* impl ) : function in class:locale
137 locale::locale(const char* name) function in class:locale
246 locale::locale(const locale& L, const char* name, locale::category c) function in class:locale
295 locale::locale(const locale& L1, const locale& L2, category c) function in class:locale
    [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/util/
ICU.java 19 import java.util.Locale;
62 * Returns the appropriate {@code Locale} given a {@code String} of the form returned
64 * this method can parse strings that {@code Locale.toString} won't produce.
67 public static Locale localeFromString(String localeName) {
72 return new Locale(localeName);
75 return new Locale(localeName.substring(0, first), localeName.substring(first + 1));
78 return new Locale(localeName.substring(0, first), localeName.substring(first + 1, second), localeName.substring(second + 1));
82 public static Locale[] localesFromStrings(String[] localeNames) {
83 Locale[] result = new Locale[localeNames.length]
    [all...]

Completed in 1081 milliseconds

1 2 3 4 5 6 7 8 91011>>