Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
SkHexadecimalDigits Namespace Reference

Variables

const char gUpper [16]
 
const char gLower [16]
 

Variable Documentation

◆ gLower

const char SkHexadecimalDigits::gLower
extern
Initial value:
=
{ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }

Definition at line 12 of file SkUtils.cpp.

13 { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' };

◆ gUpper

const char SkHexadecimalDigits::gUpper
extern
Initial value:
=
{ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }

Definition at line 10 of file SkUtils.cpp.

11 { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' };