Home
last modified time | relevance | path

Searched refs:byteToHex (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-modules-core/src/uuid/lib/
H A DbytesToUuid.ts5 const byteToHex: string[] = []; constant
7 byteToHex[i] = (i + 0x100).toString(16).substr(1);
12 const bth = byteToHex;
/expo/packages/expo-modules-core/build/uuid/lib/
H A DbytesToUuid.js5 const byteToHex = []; variable
7 byteToHex[i] = (i + 0x100).toString(16).substr(1);
11 const bth = byteToHex;
H A DbytesToUuid.js.map1byteToHex: string[] = [];\nfor (let i = 0; i < 256; ++i) {\n byteToHex[i] = (i + 0x100).toString(…