Home
last modified time | relevance | path

Searched refs:CHAR_A (Results 1 - 1 of 1) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_circle_drawing_manager.cpp53 constexpr char CHAR_A = 'A'; member
365 if (color[index] == CHAR_A) { in ParseStringToInteger()
366 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger()
370 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger()
374 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger()
378 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger()
382 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger()
386 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger()

Completed in 1 milliseconds