Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_locale_test.cpp148 JSTaggedValue LocaleAlgorithm(JSThread *thread, JSTaggedValue thisArg, std::vector<JSTaggedValue>& args, in LocaleAlgorithm() function
203 auto result = LocaleAlgorithm(thread, jsLocale.GetTaggedValue(), args, 4, AlgorithmType::TO_STRING); // 4 : arg len in HWTEST_F_L0()
218 LocaleAlgorithm(thread, jsLocale.GetTaggedValue(), args, 4, AlgorithmType::GET_BASE_NAME); // 4 : arg len in HWTEST_F_L0()
231 LocaleAlgorithm(thread, jsLocale.GetTaggedValue(), args, 4, AlgorithmType::GET_HOUR_CYCLE); // 4 : arg len in HWTEST_F_L0()
243 LocaleAlgorithm(thread, jsLocale.GetTaggedValue(), args, 4, AlgorithmType::GET_CALENDAR); // 4 : arg len in HWTEST_F_L0()
256 LocaleAlgorithm(thread, jsLocale.GetTaggedValue(), args, 4, AlgorithmType::GET_CASE_FIRST); // 4 : arg len in HWTEST_F_L0()
267 LocaleAlgorithm(thread, jsLocale.GetTaggedValue(), args, 4, AlgorithmType::GET_COLLATION); // 4 : arg len in HWTEST_F_L0()
280 LocaleAlgorithm(thread, jsLocale.GetTaggedValue(), args, 4, AlgorithmType::GET_NUMERIC); // 4 : arg len in HWTEST_F_L0()
290 auto result = LocaleAlgorithm(thread, jsLocale.GetTaggedValue(), args, 4, in HWTEST_F_L0()
304 LocaleAlgorithm(threa in HWTEST_F_L0()
[all...]

Completed in 1 milliseconds