Home
last modified time | relevance | path

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

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