Lines Matching defs:GlobalIntlHelper
27 GlobalIntlHelper::GlobalIntlHelper(JSThread *thread,
49 uint64_t *GlobalIntlHelper::ConvertDateToUnit(uint64_t timestamp)
72 void GlobalIntlHelper::InitCollatorData(const GlobalEnvConstants *globalConst)
85 void GlobalIntlHelper::InitDateData(const GlobalEnvConstants *globalConst)
110 void GlobalIntlHelper::InitNumberData(const GlobalEnvConstants *globalConst)
133 std::map<std::string, std::string> GlobalIntlHelper::OptionsToMap(JSThread *thread,
144 LOG_ECMA(ERROR) << "GlobalIntlHelper::OptionsToMap size is zero";
173 std::map<std::string, std::string> GlobalIntlHelper::OptionsWithDataFormatter(std::map<std::string,
195 int64_t GlobalIntlHelper::DoubleToInt64(double value)
200 std::string GlobalIntlHelper::EcmaConvertToStr(const JSHandle<EcmaString> &string)
205 std::vector<std::string> GlobalIntlHelper::LocalesToVector(JSThread *thread,
212 std::vector<std::string> GlobalIntlHelper::TaggedArrayToVector(JSThread *thread,