Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DInterfaceNativeTest.cpp97 const char *chars = env->GetStringUTFChars(str, &isCopy); in ETS_InterfaceNativeTest_testNewStrUTF() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js938 var chars = str.charAt(i); variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp155 std::vector<uint16_t> chars; in ParseDisjunction() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp1998 …tic void ReleaseStringChars([[maybe_unused]] EtsEnv *env, ets_string string, const ets_char *chars) in ReleaseStringChars()
2057 const char *chars) in ReleaseStringUTFChars()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3275 …auto chars = ctor->builder_.CreateConstInBoundsGEP1_64(ctor->builder_.getInt8Ty(), array, dataOff); in VisitLoadCompressedStringChar() local