Home
last modified time | relevance | path

Searched refs:flushCount (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
Dccapitst.c1106 int flushCount = 0; in TestFlushCache() local
1144 if ((flushCount=ucnv_flushCache())==0) in TestFlushCache()
1147 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount); in TestFlushCache()
1153 if ((flushCount=ucnv_flushCache())==0) in TestFlushCache()
1156 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount); in TestFlushCache()
1161 if ((flushCount=ucnv_flushCache())==2) in TestFlushCache()
1166 flushCount); in TestFlushCache()
1169 if ( (flushCount=ucnv_flushCache())==1) in TestFlushCache()
1172 log_data_err("Flush Cache failed line %d, expected 1 got %d \n", __LINE__, flushCount); in TestFlushCache()