Lines Matching refs:appendDigit
120 fq.appendDigit(5, 0, true); in testSwitchStorage()
190 fq.appendDigit(1, 0, true); in testAppend()
193 fq.appendDigit(2, 0, true); in testAppend()
196 fq.appendDigit(3, 1, true); in testAppend()
199 fq.appendDigit(0, 1, true); in testAppend()
202 fq.appendDigit(4, 0, true); in testAppend()
205 fq.appendDigit(0, 0, true); in testAppend()
208 fq.appendDigit(5, 0, false); in testAppend()
211 fq.appendDigit(6, 0, false); in testAppend()
214 fq.appendDigit(7, 3, false); in testAppend()
219 fq.appendDigit(8, 0, false); in testAppend()
226 fq.appendDigit(9, 2, false); in testAppend()