Searched refs:TEN_BASE (Results 1 – 1 of 1) sorted by relevance
1180 constexpr uint32_t TEN_BASE = 10; in GetSubstitution() local1181 uint32_t newScaledIndex = scaledIndex * TEN_BASE + (nextPeek - '0'); in GetSubstitution()