/third_party/boost/libs/locale/src/icu/ |
D | predefined_formatters.hpp | 35 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 …]
|
D | conversion.cpp | 67 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
|
D | collator.cpp | 120 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
|
D | boundary.cpp | 188 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/ |
D | case_insensitive.hpp | 24 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/ |
D | date_time.cpp | 25 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/ |
D | collator.hpp | 226 locale_(l), in comparator() 236 return std::use_facet<collator<CharType> >(locale_).compare(level_,left,right) < 0; in operator ()() 239 std::locale locale_; member
|
D | date_time.hpp | 564 std::locale locale_; member in boost::locale::calendar
|
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/tokeniser/ |
D | re_tokeniser_state.hpp | 35 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/ |
D | util.cpp | 228 : 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/ |
D | chrome_browser_process_alloy.cc | 40 locale_("en-US") {} in ChromeBrowserProcessAlloy() 285 DCHECK(!locale_.empty()); in GetApplicationLocale() 286 return locale_; in GetApplicationLocale() 291 locale_ = locale; in SetApplicationLocale()
|
D | chrome_browser_process_alloy.h | 124 std::string locale_; variable
|
/third_party/boost/boost/spirit/home/support/detail/lexer/parser/ |
D | parser.hpp | 56 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/ |
D | rules.hpp | 155 std::locale imbue (std::locale &locale_) in imbue() argument 159 _locale = locale_; in imbue()
|
D | generator.hpp | 276 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/ |
D | util.h | 227 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/ |
D | io.hpp | 87 locale_type locale_; member in glm::io::basic_state_saver
|
D | io.inl | 50 , locale_(a.getloc()) 56 state_.imbue(locale_);
|