Searched refs:flushCount (Results 1 – 2 of 2) sorted by relevance
96 final long flushCount = flushCounter.incrementAndGet(); in flush() local103 if (flushCounter.get() == flushCount) { in flush()
1069 int flushCount = 0; in TestFlushCache() local1107 if ((flushCount=ucnv_flushCache())==0) in TestFlushCache()1110 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount); in TestFlushCache()1116 if ((flushCount=ucnv_flushCache())==0) in TestFlushCache()1119 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount); in TestFlushCache()1124 if ((flushCount=ucnv_flushCache())==2) in TestFlushCache()1129 flushCount); in TestFlushCache()1132 if ( (flushCount=ucnv_flushCache())==1) in TestFlushCache()1135 log_data_err("Flush Cache failed line %d, expected 1 got %d \n", __LINE__, flushCount); in TestFlushCache()