Lines Matching refs:appendDigit
111 fq.appendDigit(5, 0, true); in testSwitchStorage()
172 fq.appendDigit(1, 0, true); in testAppend()
175 fq.appendDigit(2, 0, true); in testAppend()
178 fq.appendDigit(3, 1, true); in testAppend()
181 fq.appendDigit(0, 1, true); in testAppend()
184 fq.appendDigit(4, 0, true); in testAppend()
187 fq.appendDigit(0, 0, true); in testAppend()
190 fq.appendDigit(5, 0, false); in testAppend()
193 fq.appendDigit(6, 0, false); in testAppend()
196 fq.appendDigit(7, 3, false); in testAppend()
201 fq.appendDigit(8, 0, false); in testAppend()
208 fq.appendDigit(9, 2, false); in testAppend()