Searched refs:argFromStringBinary (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pigweed/pw_tokenizer/ts/ |
H A D | printf_decoder_test.ts | 24 function argFromStringBinary(arg: string): Uint8Array { function 62 argFromStringBinary('\xff\xff\x03'), 73 printfDecoder.decode(testcase[0], argFromStringBinary(testcase[4])), 78 printfDecoder.decode(testcase[2], argFromStringBinary(testcase[4])), 93 const arg = argFromStringBinary('\xff\xff\x03'); 105 printfDecoder.decode('Battery: 100%c', argFromStringBinary('\x4a')), 108 printfDecoder.decode('Price: %c97.99', argFromStringBinary('\x48')), 116 argFromStringBinary('\xdb\x0f\x49\x40'), 122 argFromStringBinary('\xdb\x0f\x49\x40'),
|