Searched refs:ToUpperCase (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_String.cpp | 298 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 D | builtins_string.h | 104 V("toUpperCase", ToUpperCase, 0, INVALID) \ 221 static JSTaggedValue ToUpperCase(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_string.cpp | 2024 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 D | runtime_call_id.h | 824 V(String, ToUpperCase) \
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_string_test.cpp | 545 JSTaggedValue result = BuiltinsString::ToUpperCase(ecmaRuntimeCallInfo); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 483 reinterpret_cast<uintptr_t>(BuiltinsString::ToUpperCase),
|
Completed in 14 milliseconds