Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_circle_drawing_manager.cpp51 constexpr char CHAR_0 = '0'; member
361 if (color[index] >= CHAR_0 && color[index] <= CHAR_9) { in ParseStringToInteger()
362 val += base * static_cast<int32_t>(color[index] - CHAR_0); in ParseStringToInteger()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp46 const char CHAR_0 = '0'; member
534 if (strTimeValue.size() == STR_SIZE_ONE && CHAR_0 <= strTimeValue[0] && strTimeValue[0] <= CHAR_9) { in AddZeroPrefix()
542 if (strTimeValue.size() == STR_SIZE_TWO && strTimeValue[0] == CHAR_0) { in RemoveZeroPrefix()

Completed in 3 milliseconds