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