Searched refs:showWarning (Results 1 – 2 of 2) sorted by relevance
47 UBool showWarning; /* makes this API not produce any errors */ member230 if( buf->showWarning==TRUE){ in ucbuf_fillucbuf()259 if(buf->showWarning ==TRUE){ in ucbuf_fillucbuf()415 if(buf->showWarning) { in ucbuf_getcx32()444 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open() argument472 buf->showWarning = showWarning; in ucbuf_open()492 if((buf->conv==NULL) && (buf->showWarning==TRUE)){ in ucbuf_open()
60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…