Home | History | Annotate | Download | only in cintltst

Lines Matching refs:flushCount

1066     int flushCount = 0;
1104 if ((flushCount=ucnv_flushCache())==0)
1107 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount);
1113 if ((flushCount=ucnv_flushCache())==0)
1116 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount);
1121 if ((flushCount=ucnv_flushCache())==2)
1126 flushCount);
1129 if ( (flushCount=ucnv_flushCache())==1)
1132 log_data_err("Flush Cache failed line %d, expected 1 got %d \n", __LINE__, flushCount);