Home
last modified time | relevance | path

Searched refs:gStrBuf (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dastro.cpp46 static char gStrBuf[1024]; in debug_astro_date() local
54 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1); in debug_astro_date()
55 return gStrBuf; in debug_astro_date()
Dtimezone.cpp63 static char gStrBuf[256]; variable
64 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)