Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Derrmsg.c28 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber); in error()
66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber); in warning()
Derrmsg.h23 extern const char *gCurrentFileName;
Dgenrb.cpp41 const char *gCurrentFileName = NULL; variable
520 gCurrentFileName = theCurrentFileName.data(); in main()