Searched refs:debugfprintf (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/tools/multi/proj/provider/glue/ |
D | cal_fe.cpp | 18 #define debugfprintf(x) fflush(stderr),fflush(stdout),fprintf x,fflush(stderr),fflush(stdout) macro 20 #define debugfprintf(x) macro 243 …debugfprintf((stderr, "VCalF::create() .. %s err=%s\n", (const char*)l.getName(), u_errorName(stat… 250 debugfprintf((stderr, "Trying for kw=%s\n", kw)); 258 debugfprintf((stderr, "VCalF::create() .. = %p err=%s\n", (void*)f, u_errorName(status))); 292 …debugfprintf((stderr,"%c/%c|%c/%c\n", icuver[0],(#x)[0],icuver[1],(#x)[2])); if(CMP_VERSTR(icuver… 324 …debugfprintf((stderr,"VCalF: hash=%p, count=%d, err=%s\n", (void*)_ids, count, u_errorName(status)… 375 debugfprintf((stderr, "about to register VCalF\n")); 377 debugfprintf((stderr, ".. registered VCalF, key=%p\n", (void*)rkcal));
|
D | coll_fe.cpp | 25 #define debugfprintf(x) fprintf x macro 27 #define debugfprintf(x) macro 357 … debugfprintf((stderr, "VCF " ICUGLUE_VER_STR " appending [%d+%d=%d] <<%s>>\n", i, j, i+j, foo)); in GLUE_SYM() 413 debugfprintf((stderr,"%c/%c|%c/%c\n", icuver[0],(#x)[0],icuver[1],(#x)[2])); \ in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 416 debugfprintf((stderr, "VCF::CC %s -> %p\n", loc.getName(), c)); \ in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|