Searched refs:showWarning (Results 1 – 2 of 2) sorted by relevance
48 UBool showWarning; /* makes this API not produce any errors */ member235 if( buf->showWarning==TRUE){ in ucbuf_fillucbuf()264 if(buf->showWarning ==TRUE){ in ucbuf_fillucbuf()419 if(buf->showWarning) { in ucbuf_getcx32()448 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open() argument476 buf->showWarning = showWarning; in ucbuf_open()496 if((buf->conv==NULL) && (buf->showWarning==TRUE)){ in ucbuf_open()
60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…