Home
last modified time | relevance | path

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

/base/notification/ans_standard/frameworks/ans/core/src/
Dans_image_util.cpp25 const uint8_t AnsImageUtil::NUM_TEN {10};
174 if (cCur < NUM_TEN) { in BinToHex()
177 cCur += ('a' - NUM_TEN); in BinToHex()
203 value = value + static_cast<uint8_t>(cCur - 'a' + NUM_TEN); in HexToBin()
205 value = value + static_cast<uint8_t>(cCur - 'A' + NUM_TEN); in HexToBin()
/base/notification/ans_standard/frameworks/ans/core/include/
Dans_image_util.h29 static const uint8_t NUM_TEN; variable