Home
last modified time | relevance | path

Searched refs:gCurrentFileName (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Derrmsg.c30 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber); in error()
68 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber); in warning()
Derrmsg.h27 extern const char *gCurrentFileName;
Dgenrb.cpp44 const char *gCurrentFileName = NULL; variable
523 gCurrentFileName = theCurrentFileName.data(); in main()