Home
last modified time | relevance | path

Searched defs:localeTags (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/collator_fuzzer/
H A Dcollator_fuzzer.cpp30 std::vector<std::string> localeTags(1, input); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/
H A Ddatetimeformat_fuzzer.cpp29 std::vector<std::string> localeTags; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer/
H A Dnumberformat_fuzzer.cpp32 std::vector<std::string> localeTags(1, input); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/pluralrules_fuzzer/
H A Dpluralrules_fuzzer.cpp30 std::vector<std::string> localeTags; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dplural_rules.cpp102 void PluralRules::InitPluralRules(std::vector<std::string> &localeTags, in InitPluralRules()
155 PluralRules::PluralRules(std::vector<std::string> &localeTags, std::map<std::string, std::string> &… in PluralRules()
H A Dcollator.cpp73 Collator::Collator(std::vector<std::string> &localeTags, std::map<std::string, std::string> &option… in Collator()
H A Drelative_time_format.cpp57 RelativeTimeFormat::RelativeTimeFormat(const std::vector<std::string> &localeTags, in RelativeTimeFormat()
H A Ddate_time_format.cpp54 DateTimeFormat::DateTimeFormat(const std::vector<std::string> &localeTags, std::map<std::string, st… in DateTimeFormat()
110 …ique_ptr<DateTimeFormat> DateTimeFormat::CreateInstance(const std::vector<std::string> &localeTags, in CreateInstance()
H A Dnumber_format.cpp88 NumberFormat::NumberFormat(const std::vector<std::string> &localeTags, std::map<std::string, std::s… in NumberFormat()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/relativetimeformat_fuzzer/
H A Drelativetimeformat_fuzzer.cpp33 std::vector<std::string> localeTags(1, input); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dintl_addon.cpp358 void GetLocaleTags(napi_env env, napi_value rawLocaleTag, std::vector<std::string> &localeTags) in GetLocaleTags()
385 std::vector<std::string> localeTags; in DateTimeFormatConstructor() local
423 …itDateTimeFormatContext(napi_env env, napi_callback_info info, std::vector<std::string> localeTags, in InitDateTimeFormatContext()
448 std::vector<std::string> localeTags; in RelativeTimeFormatConstructor() local
487 std::vector<std::string> localeTags, std::map<std::string, std::string> &map) in InitRelativeTimeFormatContext()
591 std::vector<std::string> localeTags; in NumberFormatConstructor() local
630 …InitNumberFormatContext(napi_env env, napi_callback_info info, std::vector<std::string> localeTags, in InitNumberFormatContext()
1322 std::vector<std::string> localeTags; in CollatorConstructor() local
1360 …on::InitCollatorContext(napi_env env, napi_callback_info info, std::vector<std::string> localeTags, in InitCollatorContext()
1701 std::vector<std::string> localeTags; in PluralRulesConstructor() local
[all …]
H A Di18n_addon.cpp165 std::vector<std::string> localeTags; in UnitConvert() local
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp438 std::vector<std::string> localeTags = { "$$@@#" }; variable