Home
last modified time | relevance | path

Searched refs:locale_ (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/locale/src/icu/
Dpredefined_formatters.hpp35 locale_(locale) in icu_formatters_cache()
97 ap.reset(icu::NumberFormat::createInstance(locale_,err)); in number_format()
100 ap.reset(icu::NumberFormat::createScientificInstance(locale_,err)); in number_format()
105 ap.reset(icu::NumberFormat::createInstance(locale_,UNUM_CURRENCY,err)); in number_format()
108 ap.reset(icu::NumberFormat::createInstance(locale_,UNUM_CURRENCY_ISO,err)); in number_format()
112 … ap.reset(icu::NumberFormat::createInstance(locale_,icu::NumberFormat::kCurrencyStyle,err)); in number_format()
115 … ap.reset(icu::NumberFormat::createInstance(locale_,icu::NumberFormat::kIsoCurrencyStyle,err)); in number_format()
121 ap.reset(icu::NumberFormat::createCurrencyInstance(locale_,err)); in number_format()
125 ap.reset(icu::NumberFormat::createPercentInstance(locale_,err)); in number_format()
128 ap.reset(new icu::RuleBasedNumberFormat(icu::URBNF_SPELLOUT,locale_,err)); in number_format()
[all …]
Dconversion.cpp67 locale_(d.locale), in converter_impl()
81 str.toUpper(locale_); in convert()
84 str.toLower(locale_); in convert()
87 str.toTitle(0,locale_); in convert()
99 icu::Locale locale_; member in boost::locale::impl_icu::converter_impl
Dcollator.cpp120 locale_(d.locale), in collate_impl()
143 collates_[l].reset(icu::Collator::createInstance(locale_,status)); in get_collator()
155 icu::Locale locale_; member in boost::locale::impl_icu::collate_impl
Dboundary.cpp188 locale_(data.locale), in boundary_indexing_impl()
194 return do_map<CharType>(t,begin,end,locale_,encoding_); in map()
197 icu::Locale locale_; member in boost::locale::boundary::impl_icu::boundary_indexing_impl
/third_party/boost/libs/unordered/examples/
Dcase_insensitive.hpp24 explicit iequal_to(std::locale const& l) : locale_(l) {} in iequal_to()
29 return boost::algorithm::iequals(x1, x2, locale_); in operator ()()
32 std::locale locale_; member
38 explicit ihash(std::locale const& l) : locale_(l) {} in ihash()
48 boost::hash_combine(seed, std::toupper(*it, locale_)); in operator ()()
54 std::locale locale_; member
/third_party/boost/libs/locale/src/shared/
Ddate_time.cpp25 locale_(l), in calendar()
41 locale_(l), in calendar()
49 locale_(ios.getloc()), in calendar()
51 impl_(std::use_facet<calendar_facet>(locale_).create_calendar()) in calendar()
69 locale_(other.locale_), in calendar()
79 locale_ = other.locale_; in operator =()
98 return locale_; in get_locale()
/third_party/boost/boost/locale/
Dcollator.hpp226 locale_(l), in comparator()
236 return std::use_facet<collator<CharType> >(locale_).compare(level_,left,right) < 0; in operator ()()
239 std::locale locale_; member
Ddate_time.hpp564 std::locale locale_; member in boost::locale::calendar
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dre_tokeniser_state.hpp35 const regex_flags flags_, const std::locale locale_) : in basic_re_tokeniser_state()
40 _locale (locale_), in basic_re_tokeniser_state()
/third_party/flatbuffers/src/
Dutil.cpp228 : locale_(_create_locale(LC_ALL, "C")) {} in ClassicLocale()
229 ClassicLocale::~ClassicLocale() { _free_locale(locale_); } in ~ClassicLocale()
232 : locale_(newlocale(LC_ALL, "C", nullptr)) {} in ClassicLocale()
233 ClassicLocale::~ClassicLocale() { freelocale(locale_); } in ~ClassicLocale()
/third_party/cef/libcef/browser/alloy/
Dchrome_browser_process_alloy.cc40 locale_("en-US") {} in ChromeBrowserProcessAlloy()
285 DCHECK(!locale_.empty()); in GetApplicationLocale()
286 return locale_; in GetApplicationLocale()
291 locale_ = locale; in SetApplicationLocale()
Dchrome_browser_process_alloy.h124 std::string locale_; variable
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/
Dparser.hpp56 const std::locale &locale_, node_ptr_vector &node_ptr_vector_, in parse() argument
61 state state_ (start_, end_, flags_, locale_); in parse()
/third_party/boost/boost/spirit/home/support/detail/lexer/
Drules.hpp155 std::locale imbue (std::locale &locale_) in imbue() argument
159 _locale = locale_; in imbue()
Dgenerator.hpp276 const std::locale &locale_, node_ptr_vector &node_ptr_vector_, in build_macros() argument
287 locale_, node_ptr_vector_, macromap_, token_map_, in build_macros()
/third_party/flatbuffers/include/flatbuffers/
Dutil.h227 locale_type locale_; variable
230 static locale_type Get() { return instance_.locale_; } in Get()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dio.hpp87 locale_type locale_; member in glm::io::basic_state_saver
Dio.inl50 , locale_(a.getloc())
56 state_.imbue(locale_);