OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gStrBuf
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
astro.cpp
46
static char
gStrBuf
[1024];
54
u_austrncpy(
gStrBuf
,str.getTerminatedBuffer(),sizeof(
gStrBuf
)-1);
55
return
gStrBuf
;
[
all
...]
timezone.cpp
63
static char
gStrBuf
[256];
64
#define U_DEBUG_TZ_STR(x) u_austrncpy(
gStrBuf
,x,sizeof(
gStrBuf
)-1)
[
all
...]
Completed in 71 milliseconds