Home
last modified time | relevance | path

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

/external/perfetto/ui/src/base/
Dstring_utils_unittest.ts20 utf8Decode,
61 expect(utf8Decode(buffer)).toEqual(testString);
Dstring_utils.ts70 export function utf8Decode(buffer: Uint8Array): string { function