Searched defs:_STLP_WCSNCPY (Results 1 – 2 of 2) sorted by relevance
/external/stlport/src/c_locale_win32/ |
D | c_wlocale_win32.c | 17 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C) macro 19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C) macro
|
/external/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 35 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C) macro 40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C) macro
|