Searched refs:_STLP_STRCPY (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 32 # define _STLP_STRCPY(D, DS, S) strcpy_s(D, DS, S) macro 36 # define _STLP_STRCPY(D, DS, S) strcpy(D, S) macro 792 _STLP_STRCPY(ltime->date_time_format, length, ltime->date_format); in _Locale_time_create() 801 _STLP_STRCPY(ltime->long_date_time_format, length, ltime->long_date_format); in _Locale_time_create() 1619 _STLP_STRCPY(buf, _Locale_MAX_SIMPLE_NAME, lang); in __GetLocaleName()
|