Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2884 const charSize = TsUtils.charSize(codePoint); constant
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp222 uint32_t charSize = charObject->Length(vm_); in HWTEST_F_L0() local
252 uint32_t charSize = char16tObject->Length(vm_); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1461 GateRef sourceLength, GateRef charSize, VariableType type) in CopyChars()