Home | History | Annotate | Download | only in cintltst

Lines Matching defs:flushCount

1068     int flushCount = 0;
1106 if ((flushCount=ucnv_flushCache())==0)
1109 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount);
1115 if ((flushCount=ucnv_flushCache())==0)
1118 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount);
1123 if ((flushCount=ucnv_flushCache())==2)
1128 flushCount);
1131 if ( (flushCount=ucnv_flushCache())==1)
1134 log_data_err("Flush Cache failed line %d, expected 1 got %d \n", __LINE__, flushCount);