Searched refs:theCurrentBase (Results 1 – 2 of 2) sorted by relevance
18 StringRange::StringRange(): StringArrayBlock(&TheTypeAnchor), theCurrentBase(10) { in StringRange()21 …ngRange(const StringRange &r): StringArrayBlock(&TheTypeAnchor), theCurrentBase(r.theCurrentBase) { in StringRange()46 theCurrentBase = aBase; in currentBase()50 Should(theCurrentBase == 10 || theCurrentBase == 16); in currentBase()51 return theCurrentBase; in currentBase()56 Should(theCurrentBase == r.theCurrentBase); in append()58 theCurrentBase = r.theCurrentBase; in append()184 theBlocks.append(new StringRangeInterval(start, stop, isolated, theCurrentBase)); in addRangeInterval()
66 int theCurrentBase; variable