Home
last modified time | relevance | path

Searched refs:_STLP_WCSNCPY (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c35 # 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
298 _STLP_WCSNCPY(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0; in _WLocale_strcmp()
299 _STLP_WCSNCPY(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0; in _WLocale_strcmp()
326 _STLP_WCSNCPY(dest, dest_n, src, dest_n - 1); dest[dest_n - 1] = 0; in _WLocale_strxfrm()
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_wlocale_win32.c17 # 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
229 _STLP_WCSNCPY(dst, dst_size, src, src_size); in _WLocale_strxfrm()