Searched defs:showWarning (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/toolutil/
H A Ducbuf.c47 UBool showWarning; /* makes this API not produce any errors */ member in struct:UCHARBUF
234 if( buf->showWarning==TRUE){
263 if(buf->showWarning ==TRUE){
419 if(buf->showWarning) {
448 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){ argument
476 buf->showWarning = showWarning;
496 if((buf->conv==NULL) && (buf->showWarning==TRUE)){

Completed in 202 milliseconds