Searched refs:gStrBuf (Results 1 – 2 of 2) sorted by relevance
46 static char gStrBuf[1024]; in debug_astro_date() local54 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1); in debug_astro_date()55 return gStrBuf; in debug_astro_date()
63 static char gStrBuf[256]; variable64 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)