Searched refs:ThisGroup (Results 1 – 3 of 3) sorted by relevance
36 ArrayRef<char> ThisGroup; in writeWithCommas() local38 ThisGroup = Buffer.take_front(InitialDigits); in writeWithCommas()39 S.write(ThisGroup.data(), ThisGroup.size()); in writeWithCommas()45 ThisGroup = Buffer.take_front(3); in writeWithCommas()46 S.write(ThisGroup.data(), 3); in writeWithCommas()
79 ArrayRef<std::string> ThisGroup; in typesetItemList() local80 ThisGroup = Opts.take_front(GroupSize); in typesetItemList()81 Opts = Opts.drop_front(ThisGroup.size()); in typesetItemList()82 Result += join(ThisGroup, Sep); in typesetItemList()