OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showWarning
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.c
47
UBool
showWarning
; /* makes this API not produce any errors */
234
if( buf->
showWarning
==TRUE){
263
if(buf->
showWarning
==TRUE){
419
if(buf->
showWarning
) {
448
ucbuf_open(const char* fileName,const char** cp,UBool
showWarning
, UBool buffered, UErrorCode* error){
476
buf->
showWarning
=
showWarning
;
496
if((buf->conv==NULL) && (buf->
showWarning
==TRUE)){
/external/icu4c/tools/toolutil/
ucbuf.c
48
UBool
showWarning
; /* makes this API not produce any errors */
235
if( buf->
showWarning
==TRUE){
264
if(buf->
showWarning
==TRUE){
420
if(buf->
showWarning
) {
449
ucbuf_open(const char* fileName,const char** cp,UBool
showWarning
, UBool buffered, UErrorCode* error){
477
buf->
showWarning
=
showWarning
;
497
if((buf->conv==NULL) && (buf->
showWarning
==TRUE)){
Completed in 136 milliseconds