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

  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 35 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C)
40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
294 _STLP_WCSNCPY(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0;
295 _STLP_WCSNCPY(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0;
322 _STLP_WCSNCPY(dest, dest_n, src, dest_n - 1); dest[dest_n - 1] = 0;
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 35 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C)
40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
298 _STLP_WCSNCPY(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0;
299 _STLP_WCSNCPY(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0;
326 _STLP_WCSNCPY(dest, dest_n, src, dest_n - 1); dest[dest_n - 1] = 0;
  /external/stlport/src/c_locale_win32/
c_wlocale_win32.c 17 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C)
19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
229 _STLP_WCSNCPY(dst, dst_size, src, src_size);
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 17 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C)
19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C)
229 _STLP_WCSNCPY(dst, dst_size, src, src_size);

Completed in 25 milliseconds