Searched refs:locale_ (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_xmllocale.cpp | 58 : xml_doc_(std::move(doc)), locale_(locale) { in CXFA_XMLLocale() 60 ASSERT(locale_); in CXFA_XMLLocale() 66 return locale_->GetAttribute(L"name"); in GetName() 70 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kNumberSymbols); in GetDecimalSymbol() 76 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kNumberSymbols); in GetGroupingSymbol() 82 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kNumberSymbols); in GetPercentSymbol() 88 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kNumberSymbols); in GetMinusSymbol() 94 CFX_XMLElement* patterns = locale_->GetFirstChildNamed(kCurrencySymbols); in GetCurrencySymbol() 100 CFX_XMLElement* symbols = locale_->GetFirstChildNamed(L"dateTimeSymbols"); in GetDateTimeSymbols() 127 CFX_XMLElement* child = locale_->GetFirstChildNamed(L"calendarSymbols"); in GetCalendarSymbol() [all …]
|
D | cxfa_xmllocale.h | 53 UnownedPtr<CFX_XMLElement> locale_; variable
|
/external/fmtlib/include/fmt/ |
D | posix.h | 295 locale_t locale_; variable 302 Locale() : locale_(newlocale(LC_NUMERIC_MASK, "C", nullptr)) { in Locale() 303 if (!locale_) FMT_THROW(system_error(errno, "cannot create locale")); in Locale() 305 ~Locale() { freelocale(locale_); } in ~Locale() 307 type get() const { return locale_; } in get() 313 double result = strtod_l(str, &end, locale_); in strtod()
|
D | format-inl.h | 194 locale_ref::locale_ref(const Locale& loc) : locale_(&loc) { in locale_ref() 200 return locale_ ? *static_cast<const std::locale*>(locale_) : std::locale(); in get()
|
D | core.h | 1092 const void* locale_; // A type-erased pointer to std::locale. 1095 locale_ref() : locale_(nullptr) {} 1098 explicit operator bool() const FMT_NOEXCEPT { return locale_ != nullptr; }
|
D | format.h | 1438 locale_ref locale_; 1623 std::string groups = grouping<char_type>(writer.locale_); 1625 auto sep = thousands_sep<char_type>(writer.locale_); 1677 : out_(out.begin()), locale_(loc) {} 1772 char_type point = fspecs.locale ? decimal_point<char_type>(locale_)
|
/external/flatbuffers/src/ |
D | util.cpp | 213 : locale_(_create_locale(LC_ALL, "C")) {} in ClassicLocale() 214 ClassicLocale::~ClassicLocale() { _free_locale(locale_); } in ~ClassicLocale() 217 : locale_(newlocale(LC_ALL, "C", nullptr)) {} in ClassicLocale() 218 ClassicLocale::~ClassicLocale() { freelocale(locale_); } in ~ClassicLocale()
|
/external/v8/src/objects/ |
D | js-display-names.cc | 265 : locale_(locale), width_(StyleToUDateTimePGDisplayWidth(style)) { in DateTimeFieldNames() 268 icu::DateTimePatternGenerator::createInstance(locale_, status)); in DateTimeFieldNames() 273 icu::Locale locale() const override { return locale_; } in locale() 286 icu::Locale locale_; member in v8::internal::__anon65eaeb9e0211::DateTimeFieldNames 313 locale_(locale), in DateFormatSymbolsNames() 322 icu::Locale locale() const override { return locale_; } in locale() 346 icu::Locale locale_; member in v8::internal::__anon65eaeb9e0211::DateFormatSymbolsNames
|
D | intl-objects.cc | 1523 locale_ = icu::Locale::forLanguageTag(iter_->c_str(), status); in next() 1526 return locale_; in next() 1532 icu::Locale locale_; member in v8::internal::__anon8de594ab0911::Iterator
|
/external/flatbuffers/include/flatbuffers/ |
D | util.h | 215 locale_type locale_; variable 218 static locale_type Get() { return instance_.locale_; } in Get()
|
/external/ImageMagick/MagickCore/ |
D | Makefile.am | 170 MagickCore/locale_.h \ 364 MagickCore/locale_.h \
|
/external/ImageMagick/ |
D | Makefile.in | 465 MagickCore/locale_.h MagickCore/log.c MagickCore/log.h \ 5085 MagickCore/locale_.h \ 5274 MagickCore/locale_.h \
|