Home | History | Annotate | Download | only in intltest

Lines Matching refs:calledFlush

1852             : CheckedArrayByteSink(outbuf, capacity), calledFlush(FALSE) {}
1853 virtual void Flush() { calledFlush = TRUE; }
1854 UBool calledFlush;
1913 if(!sink.calledFlush) {