Searched refs:ThisGroup (Results 1 – 2 of 2) sorted by relevance
38 ArrayRef<char> ThisGroup; in writeWithCommas() local40 ThisGroup = Buffer.take_front(InitialDigits); in writeWithCommas()41 S.write(ThisGroup.data(), ThisGroup.size()); in writeWithCommas()47 ThisGroup = Buffer.take_front(3); in writeWithCommas()48 S.write(ThisGroup.data(), 3); in writeWithCommas()
27 ArrayRef<std::string> ThisGroup; in typesetItemList() local28 ThisGroup = Opts.take_front(GroupSize); in typesetItemList()29 Opts = Opts.drop_front(ThisGroup.size()); in typesetItemList()30 Result += join(ThisGroup, Sep); in typesetItemList()