Lines Matching refs:mnEnd
35 sal_Int32 mnCurrent, mnEnd; member in MemoryByteGrabber
41 , mnEnd ( rBuffer.getLength() ) in MemoryByteGrabber()
57 if (nBytesToRead + mnCurrent > mnEnd) in readBytes()
58 nBytesToRead = mnEnd - mnCurrent; in readBytes()
80 return mnEnd - mnCurrent; in available()
91 if ( location < 0 || location > mnEnd ) in seek()
104 return mnEnd; in getLength()
108 if (mnCurrent + 1 > mnEnd ) in operator >>()
116 if (mnCurrent + 2 > mnEnd ) in operator >>()
127 if (mnCurrent + 4 > mnEnd ) in operator >>()
141 if (mnCurrent + 1 > mnEnd ) in operator >>()
149 if (mnCurrent + 2 > mnEnd ) in operator >>()
160 if (mnCurrent + 4 > mnEnd ) in operator >>()