Home
last modified time | relevance | path

Searched defs:IcuToString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp939 JSHandle<EcmaString> JSLocale::IcuToString(JSThread *thread, const icu::UnicodeString &string) in IcuToString() function in panda::ecmascript::JSLocale
945 JSHandle<EcmaString> JSLocale::IcuToString(JSThread *thread, const icu::UnicodeString &string, int3… in IcuToString() function in panda::ecmascript::JSLocale
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp304 HWTEST_F_L0(JSLocaleTest, IcuToString) in HWTEST_F_L0() argument