Searched refs:_STLP_STRCAT (Results 1 – 1 of 1) sorted by relevance
/external/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 34 # define _STLP_STRCAT(D, DS, S) strcat_s(D, DS, S) macro 38 # define _STLP_STRCAT(D, DS, S) strcat(D, S) macro 793 _STLP_STRCAT(ltime->date_time_format, length, " "); in _Locale_time_create() 794 _STLP_STRCAT(ltime->date_time_format, length, ltime->time_format); in _Locale_time_create() 802 _STLP_STRCAT(ltime->long_date_time_format, length, " "); in _Locale_time_create() 803 _STLP_STRCAT(ltime->long_date_time_format, length, ltime->time_format); in _Locale_time_create() 1620 _STLP_STRCAT(buf, _Locale_MAX_SIMPLE_NAME, "_"); in __GetLocaleName() 1621 _STLP_STRCAT(buf, _Locale_MAX_SIMPLE_NAME, ctry); in __GetLocaleName() 1622 _STLP_STRCAT(buf, _Locale_MAX_SIMPLE_NAME, "."); in __GetLocaleName() 1623 _STLP_STRCAT(buf, _Locale_MAX_SIMPLE_NAME, cp); in __GetLocaleName()
|