Lines Matching refs:calledFlush
101 : CheckedArrayByteSink(outbuf, capacity), calledFlush(FALSE) {}
104 calledFlush = FALSE;
107 virtual void Flush() { calledFlush = TRUE; }
108 UBool calledFlush;
163 if(U_FAILURE(errorCode) || sink.NumberOfBytesWritten()!=0 || !sink.calledFlush) {
183 !sink.calledFlush
197 0!=memcmp(ex, buffer, 11) || !sink.calledFlush