Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.cpp56 static const uint8_t ASCII_DIGIT_GAP = 10; variable
102 hex = (a - 'a') + ASCII_DIGIT_GAP; in Ascii2Digit()
104 hex = (a - 'A') + ASCII_DIGIT_GAP; in Ascii2Digit()