Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Ducbuf.c48 UBool showWarning; /* makes this API not produce any errors */ member
235 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() argument
476 buf->showWarning = showWarning; in ucbuf_open()
496 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…