Home
last modified time | relevance | path

Searched defs:strLen (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dbase64.cpp21 size_t strLen = inputString.length(); in Base64Encode() local
72 size_t strLen = base64String.length(); in Base64Decode() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp395 …foToBuffer(const char *prefix, uintptr_t fullBytecode, size_t &strIdx, char *outStr, size_t strLen) in CopyBytecodeInfoToBuffer()
434 …ashInfo(int pid, uintptr_t *bytecodePc, uintptr_t *fp, bool outJSInfo, char *outStr, size_t strLen) in GetArkJSHeapCrashInfo()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp198 uint32_t strLen = EcmaStringAccessor(str).GetLength(); in Encode() local
298 int32_t strLen = static_cast<int32_t>(EcmaStringAccessor(str).GetLength()); in Decode() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h479 uint32_t strLen = str.size() - 1; in ParseLiteral() local
Dnumber_helper.cpp703 uint32_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToBigInt() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h427 uint32_t strLen = GetLength(); variable
Djs_tagged_value-inl.h1488 size_t strLen = EcmaStringAccessor(strObj).GetLength(); in StringToDouble() local
Djs_bigint.cpp171 int strLen = BigInt::DATEBITS * len; in GetBinary() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h430 uint32_t strLen = EcmaStringAccessor(srcFlat).GetLength(); in RuntimeStArraySpread() local