Home
last modified time | relevance | path

Searched refs:matterType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
H A Dglobal_intl_helper.cpp28 const GlobalFormatterType matterType) in GlobalIntlHelper()
31 auto iter = optionMaps.find(matterType); in GlobalIntlHelper()
33 switch (matterType) { in GlobalIntlHelper()
148 auto matterType = types; in OptionsToMap() local
151 matterType = GlobalFormatterType::DateFormatter; in OptionsToMap()
154 auto iter = optionMaps.find(matterType); in OptionsToMap()
156 for (auto &opt : optionMaps[matterType]) { in OptionsToMap()
27 GlobalIntlHelper(JSThread *thread, const GlobalFormatterType matterType) GlobalIntlHelper() argument
H A Dglobal_intl_helper.h63 GlobalIntlHelper(JSThread *thread, const GlobalFormatterType matterType);

Completed in 2 milliseconds