Searched refs:FORMATE_NUM_STEP (Results 1 – 1 of 1) sorted by relevance
623 constexpr uint8_t FORMATE_NUM_STEP = 3; in FormatNumber() local626 for (int i = n - FORMATE_NUM_STEP; i > 0; i -= FORMATE_NUM_STEP) { in FormatNumber()