Searched refs:gStrBuf (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | astro.cpp | 46 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()
|
D | timezone.cpp | 63 static char gStrBuf[256]; variable 64 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | astro.cpp | 46 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()
|
D | timezone.cpp | 63 static char gStrBuf[256]; variable 64 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | astro.cpp | 46 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()
|
D | timezone.cpp | 63 static char gStrBuf[256]; variable 64 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
|
/third_party/node/deps/icu-small/source/i18n/ |
D | astro.cpp | 46 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()
|
D | timezone.cpp | 63 static char gStrBuf[256]; variable 64 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
|