Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp50 UBool showWarning; /* makes this API not produce any errors */ member
237 if( buf->showWarning==TRUE){ in ucbuf_fillucbuf()
266 if(buf->showWarning ==TRUE){ in ucbuf_fillucbuf()
421 if(buf->showWarning) { in ucbuf_getcx32()
450 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* erro… in ucbuf_open() argument
478 buf->showWarning = showWarning; in ucbuf_open()
498 if((buf->conv==NULL) && (buf->showWarning==TRUE)){ in ucbuf_open()
Ducbuf.h63 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode…