Searched refs:gStrBuf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.cpp44 static char gStrBuf[1024]; local
52 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1);
53 return gStrBuf;
H A Dtimezone.cpp59 static char gStrBuf[256]; variable
60 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
/external/icu4c/i18n/
H A Dastro.cpp44 static char gStrBuf[1024]; local
52 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1);
53 return gStrBuf;
H A Dtimezone.cpp60 static char gStrBuf[256]; variable
61 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)

Completed in 123 milliseconds