Searched refs:LOCALE_MATCHER_OPTION_NAME (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_displaynames.h | 67 static const std::vector<std::string> LOCALE_MATCHER_OPTION_NAME;
member in panda::ecmascript::JSDisplayNames
|
H A D | js_collator.h | 39 static const std::vector<std::string> LOCALE_MATCHER_OPTION_NAME; member in panda::ecmascript::JSCollator
|
H A D | js_displaynames.cpp | 42 const std::vector<std::string> JSDisplayNames::LOCALE_MATCHER_OPTION_NAME = {"lookup", "best fit"}; member in panda::ecmascript::JSDisplayNames 164 JSDisplayNames::LOCALE_MATCHER_OPTION, JSDisplayNames::LOCALE_MATCHER_OPTION_NAME, in InitializeDisplayNames()
|
H A D | js_number_format.h | 62 static const std::vector<std::string> LOCALE_MATCHER_OPTION_NAME; member in panda::ecmascript::JSNumberFormat
|
H A D | js_collator.cpp | 39 const std::vector<std::string> JSCollator::LOCALE_MATCHER_OPTION_NAME = {"lookup", "best fit"}; member in panda::ecmascript::JSCollator 138 JSCollator::LOCALE_MATCHER_OPTION, JSCollator::LOCALE_MATCHER_OPTION_NAME, in InitializeCollator()
|
H A D | js_locale.cpp | 42 const std::vector<std::string> JSLocale::LOCALE_MATCHER_OPTION_NAME = { member in panda::ecmascript::JSLocale 259 JSLocale::LOCALE_MATCHER_OPTION, JSLocale::LOCALE_MATCHER_OPTION_NAME, in SupportedLocales()
|
H A D | js_number_format.cpp | 51 const std::vector<std::string> JSNumberFormat::LOCALE_MATCHER_OPTION_NAME = {"lookup", "best fit"}; member in panda::ecmascript::JSNumberFormat 525 JSNumberFormat::LOCALE_MATCHER_OPTION, JSNumberFormat::LOCALE_MATCHER_OPTION_NAME, in InitializeNumberFormat()
|
H A D | js_locale.h | 158 static const std::vector<std::string> LOCALE_MATCHER_OPTION_NAME;
|
Completed in 9 milliseconds