Home
last modified time | relevance | path

Searched refs:_locale (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/test/intltest/
Dsvccoll.cpp225 CollatorInfo::CollatorInfo(const Locale& _locale, Collator* _collator, Hashtable* _displayNames) in CollatorInfo() argument
226 : locale(_locale) in CollatorInfo()
/external/stlport/etc/
Dmsvcincl.dat242 _locale.h
DChangeLog632 * stlport/stl/_locale.h: Fix locale implementation when MSVC6 workaround
1299 * stlport/stl/_locale.h: Error reporting enhancement. In combine
1537 _time_facets.h, _locale.h: Fix _GetFacetId workaround for compilers
1672 * src/locale.cpp, locale_impl.h, stlport/stl/_locale.h,
1741 stlport/stl/_locale.h, _string.h, config/features.h: Fix some
1773 stlport/stl/_locale.h, _rope.h, config/_windows.h, features.h:
2183 * stlport/stl/_locale.h, _alloc.h, _rope.h: Moved
2206 stlport/stl/_locale.h, _alloc.h: Add a new mecanism to detect library
2430 * stlport/stl/_locale.h: Introduction of the _GetFacetId function
DChangeLog-4.0303 * _locale.h:104 : fixed ummaned parameters
398 _string_io.h, _locale.h - fixed circular dependancy,
DChangeLog-5.1385 * stlport/stl/_locale.h, src/locale.cpp: Add throw() specification
391 _copy_Nameless_Locale_impl already defined in stlport/stl/_locale.h.
586 * stlport/wchar.h, stl/_cwchar.h, _istream.h, _limits.h, _locale.h,
834 * src/locale_impl.h, stlport/stl/_ios_base.h, _locale.h, _range_errors.h,
1990 * stlport/stl/_iosfwd.h, _locale.h: Removed type attributes on type
2987 * stlport/stl/_locale.h: Fix warning convertion from size_t to
3069 * stlport/stl/_locale.h: Removed _M_delete locale::facet member variable,
4226 * src/locale_impl.h, locale_impl.cpp, stlport/stl/_locale.h: An other pass
5611 * stlport/stl/_collate.h, _locale.h: fix of the __locale_do_operator_call internal
5614 * stlport/stl/_locale.h, _collate.h, stlport/config/stl_msvc.h, src/locale.cpp,
[all …]
/external/icu4c/common/
Dserv.cpp278 DNCache(const Locale& _locale) in DNCache() argument
279 : cache(), locale(_locale) in DNCache()