Home
last modified time | relevance | path

Searched defs:endStr (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h478 static bool StringEndWith(const CString& str, const T& endStr) in StringEndWith()
485 static bool StringEndWith(const CString& str, const char endStr) in StringEndWith()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlNumberFormat.cpp109 std::string endStr {endFrmtbl.getDecimalNumber(endStatus).data()}; in IcuFormatRange() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp68 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp358 std::string endStr = "() { [native code] }"; in FunctionPrototypeToString() local
/arkcompiler/runtime_core/libabckit/tests/cpp/tests/
Dcpp_test.cpp80 … abckit::Instruction endStr = graph.DynIsa().CreateLoadString(funcEnd).InsertBefore(inst); in TEST_F() local