Home
last modified time | relevance | path

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

/external/icu4c/tools/toolutil/
Ducbuf.c47 UBool showWarning; /* makes this API not produce any errors */ member
230 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() argument
472 buf->showWarning = showWarning; in ucbuf_open()
492 if((buf->conv==NULL) && (buf->showWarning==TRUE)){ in ucbuf_open()
Ducbuf.h60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…