Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dstrings.ts20 encodeInto(src: string, dest: Uint8Array): void; method
125 encodeInto(input: string, result: Uint8Array, position: int32): Uint8Array { method in CustomTextEncoder