Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dstring_utils.ts77 export function utf8Decode(buffer: Uint8Array): string { function
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dstring_utils.ts54 export function utf8Decode(buffer: Uint8Array | ArrayBuffer): string { function