Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp298 EtsString *ToUpperCase(EtsString *thisStr, const icu::Locale &locale) in ToUpperCase() function
331 return ToUpperCase(thisStr, icu::Locale::getDefault()); in StdCoreStringToUpperCase()
350 return ToUpperCase(thisStr, locale); in StdCoreStringToLocaleUpperCase()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.h104 V("toUpperCase", ToUpperCase, 0, INVALID) \
221 static JSTaggedValue ToUpperCase(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_string.cpp2024 JSTaggedValue BuiltinsString::ToUpperCase(EcmaRuntimeCallInfo *argv) in ToUpperCase() function in BuiltinsString
2027 BUILTINS_API_TRACE(argv->GetThread(), String, ToUpperCase); in ToUpperCase()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h824 V(String, ToUpperCase) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_string_test.cpp545 JSTaggedValue result = BuiltinsString::ToUpperCase(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp483 reinterpret_cast<uintptr_t>(BuiltinsString::ToUpperCase),

Completed in 14 milliseconds