HomeSort by relevance Sort by last modified time
    Searched refs:gStrBuf (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
astro.cpp 44 static char gStrBuf[1024];
52 u_austrncpy(gStrBuf,str.getTerminatedBuffer(),sizeof(gStrBuf)-1);
53 return gStrBuf;
    [all...]
timezone.cpp 60 static char gStrBuf[256];
61 #define U_DEBUG_TZ_STR(x) u_austrncpy(gStrBuf,x,sizeof(gStrBuf)-1)
    [all...]

Completed in 198 milliseconds