Home
last modified time | relevance | path

Searched refs:GetNumberOption (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h277 static int GetNumberOption(JSThread *thread, const JSHandle<JSObject> &options,
523 … int mnid = GetNumberOption(thread, JSHandle<JSObject>::Cast(options), mnidKey, 1, MAX_DIGITS, 1); in SetNumberFormatDigitOptions()
Djs_locale.cpp354 int JSLocale::GetNumberOption(JSThread *thread, const JSHandle<JSObject> &options, in GetNumberOption() function in panda::ecmascript::JSLocale
Djs_date_time_format.cpp385 int secondDigitsString = JSLocale::GetNumberOption(thread, dateTimeOptions, in InitializeDateTimeFormat()