Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dstring_helper_test.cpp100 std::string upperStr = StringHelper::ToUpper(u16SourceStr1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.h741 static EcmaString *ToUpper(const EcmaVM *vm, const JSHandle<EcmaString> &src);
1472 static EcmaString *ToUpper(const EcmaVM *vm, const JSHandle<EcmaString> &src) in ToUpper() function in panda::EcmaStringAccessor
1474 return EcmaString::ToUpper(vm, src); in ToUpper()
H A Decma_string.cpp1302 EcmaString *EcmaString::ToUpper(const EcmaVM *vm, const JSHandle<EcmaString> &src) in ToUpper() function in panda::ecmascript::EcmaString
1309 std::string res = base::StringHelper::ToUpper(u16str); in ToUpper()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dstring_helper.h141 static inline std::string ToUpper(const std::u16string &str) in ToUpper() function in panda::ecmascript::base::StringHelper
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp2035 EcmaString *result = EcmaStringAccessor::ToUpper(thread->GetEcmaVM(), thisHandle); in ToUpperCase()

Completed in 12 milliseconds