Searched refs:InitialDigits (Results 1 – 1 of 1) sorted by relevance
39 int InitialDigits = ((Buffer.size() - 1) % 3) + 1; in writeWithCommas() local40 ThisGroup = Buffer.take_front(InitialDigits); in writeWithCommas()43 Buffer = Buffer.drop_front(InitialDigits); in writeWithCommas()