Home
last modified time | relevance | path

Searched defs:HandleLocaleExtension (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dlocale_helper_test.cpp233 HWTEST_F_L0(LocaleHelperTest, HandleLocaleExtension) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocale.cpp91 void HandleLocaleExtension(size_t &start, size_t &extensionEnd, const std::string &result, size_t l… in HandleLocaleExtension() function
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp370 void LocaleHelper::HandleLocaleExtension(size_t &start, size_t &extensionEnd, const std::string res… in HandleLocaleExtension() function in panda::ecmascript::intl::LocaleHelper