Searched refs:locale (Results 1 - 25 of 1501) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dmain.cpp47 QString locale; local
51 locale = QLocale::system().name();
53 if (!translator.load("wpa_gui_" + locale, resourceDir))
54 translator.load("wpa_gui_" + locale, "lang");
/external/valgrind/main/shared/
H A Dvg_replace_strmem.c661 ( const char* s1, const char* s2, void* locale ); \
663 ( const char* s1, const char* s2, void* locale ) \
669 c1 = tolower_l(*(const UChar *)s1, locale); \
670 c2 = tolower_l(*(const UChar *)s2, locale); \
695 ( const char* s1, const char* s2, SizeT nmax, void* locale ); \
697 ( const char* s1, const char* s2, SizeT nmax, void* locale ) \
707 if (tolower_l(*(const UChar *)s1, locale) \
708 < tolower_l(*(const UChar *)s2, locale)) return -1; \
709 if (tolower_l(*(const UChar *)s1, locale) \
710 > tolower_l(*(const UChar *)s2, locale)) retur
[all...]
/external/valgrind/main/drd/tests/
H A Dstd_list.cpp10 #include <locale.h>
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java83 public void setLocale(java.util.Locale locale) argument
/external/tcpdump/
H A Dconfigure764 localedir='${datarootdir}/locale'
919 -localedir | --localedir | --localedi | --localed | --locale)
921 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1303 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
/external/stlport/
H A DAndroid.mk24 src/locale.cpp \
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c1 #include <locale.h>
104 try to see locale category LC should be used from environment;
217 * locale loc expected either locale name indeed (platform-specific)
551 /* We are forced to manually handled the "C" locale for consistency with
561 /* We are forced to manually handled the "C" locale for consistency with
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c27 #include <locale.h>
47 locale :: "lang[_country[.code_page]]"
63 /* max entire locale string length */
1428 if (len == 0) return -1; /* We forbid locale name with the "_." motif in it */
1470 static LCID LocaleFromHex(const char* locale) { argument
1473 while (*locale) {
1475 digit = (*locale >= '0' && *locale <= '9') ? *locale - '0':
1476 (*locale >
1484 EnumLocalesProcA(LPSTR locale) argument
[all...]
/external/stlport/src/
H A Dcodecvt.cpp20 #include <locale>
H A Dcollate.cpp20 #include <locale>
H A Dctype.cpp22 #include <locale>
317 locale::facet(__refs),
H A Ddll_main.cpp52 #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
[all...]
H A Dfacets_byname.cpp23 #include <locale>
44 locale::_M_throw_on_null_name();
50 locale::_M_throw_on_creation_failure(__err_code, name, "ctype");
115 locale::_M_throw_on_null_name();
121 locale::_M_throw_on_creation_failure(__err_code, name, "ctype");
187 locale::_M_throw_on_null_name();
193 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
234 locale::_M_throw_on_null_name();
240 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
280 locale
[all...]
H A Dios.cpp23 #include <locale>
122 locale ios_base::imbue(const locale& loc) {
124 locale previous = _M_locale;
H A Dlocale.cpp21 #include <locale>
35 locale* _Stl_get_classic_locale();
36 locale* _Stl_get_global_locale();
40 # define locale _STLP_NO_MEM_T_NAME(loc) macro
43 locale::facet::~facet() {}
47 bool locale::operator()(const string& __x,
52 bool locale::operator()(const wstring& __x,
58 void _STLP_CALL locale::_M_throw_on_null_name()
59 { _STLP_THROW(runtime_error("Invalid null locale name")); }
61 void _STLP_CALL locale
133 locale::locale( _Locale_impl* impl ) : function in class:locale
138 locale::locale(const char* name) function in class:locale
247 locale::locale(const locale& L, const char* name, locale::category c) function in class:locale
297 locale::locale(const locale& L1, const locale& L2, category c) function in class:locale
[all...]
H A Dlocale_catalog.cpp23 #include <locale>
33 // Those wrappers are needed to use locale functions in __acquire_category,
96 // objects for a single locale.
H A Dlocale_impl.cpp20 #include <locale>
36 locale::facet * _STLP_CALL _get_facet(locale::facet *f)
43 void _STLP_CALL _release_facet(locale::facet *&f)
51 size_t locale::id::_S_max = 27;
76 facets_vec.reserve( locale::id::_S_max );
97 // Initialization of the locale system. This must be called before
105 // Release of the classic locale ressources. Has to be called after the last
106 // locale destruction and not only after the classic locale destructio
[all...]
H A Dlocale_impl.h22 #include <clocale> // C locale header file.
25 #include <locale>
33 //If we are using pointer specialization, vector<locale::facet*> will use
35 _STLP_EXPORT_TEMPLATE_CLASS allocator<locale::facet*>;
39 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<locale::facet**, locale::facet*, allocator<locale::facet*> >;
40 _STLP_EXPORT_TEMPLATE_CLASS _Vector_base<locale::facet*, allocator<locale::facet*> >;
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale
[all...]
H A Dmessage_facets.h22 #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;
H A Dmessages.cpp29 void _Catalog_locale_map::insert(nl_catd_type key, const locale& L) {
59 locale _Catalog_locale_map::lookup(nl_catd_type key) const {
62 return i != M->end() ? (*i).second : locale::classic();
65 return locale::classic();
103 locale::_M_throw_on_null_name();
109 locale::_M_throw_on_creation_failure(__err_code, name, "messages");
124 _Messages::catalog _Messages::do_open(const string& filename, const locale& L) const {
189 : locale::facet(refs) {}
201 messages_byname<char>::do_open(const string& filename, const locale& l) const
218 : locale
[all...]
H A Dmonetary.cpp20 #include <locale>
48 moneypunct<char, true>::moneypunct(size_t __refs) : locale::facet(__refs)
62 moneypunct<char, false>::moneypunct(size_t __refs) : locale::facet(__refs)
78 moneypunct<wchar_t, true>::moneypunct(size_t __refs) : locale::facet(__refs)
98 moneypunct<wchar_t, false>::moneypunct(size_t __refs) : locale::facet(__refs)
H A Dnum_get.cpp20 #include <locale>
H A Dnum_get_float.cpp22 #include <locale>
99 * be taken from the current C locale, which of course is not accessible
H A Dnum_put.cpp21 #include <locale>
H A Dnum_put_float.cpp23 #include <locale>

Completed in 265 milliseconds

1234567891011>>