Home
last modified time | relevance | path

Searched defs:ToUpper (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h129 static inline std::string ToUpper(const std::u16string &str) in ToUpper() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h1049 static EcmaString *ToUpper(const EcmaVM *vm, const JSHandle<EcmaString> &src) in ToUpper() function
Decma_string.cpp834 EcmaString *EcmaString::ToUpper(const EcmaVM *vm, const JSHandle<EcmaString> &src) in ToUpper() function in panda::ecmascript::EcmaString