Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_xmllocale.cpp58 : 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 …]
Dcxfa_xmllocale.h53 UnownedPtr<CFX_XMLElement> locale_; variable
/external/fmtlib/include/fmt/
Dposix.h295 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()
Dformat-inl.h194 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()
Dcore.h1092 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; }
Dformat.h1438 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/
Dutil.cpp213 : 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/
Djs-display-names.cc265 : 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
Dintl-objects.cc1523 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/
Dutil.h215 locale_type locale_; variable
218 static locale_type Get() { return instance_.locale_; } in Get()
/external/ImageMagick/MagickCore/
DMakefile.am170 MagickCore/locale_.h \
364 MagickCore/locale_.h \
/external/ImageMagick/
DMakefile.in465 MagickCore/locale_.h MagickCore/log.c MagickCore/log.h \
5085 MagickCore/locale_.h \
5274 MagickCore/locale_.h \