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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 32 # define _STLP_STRCPY(D, DS, S) strcpy_s(D, DS, S)
36 # define _STLP_STRCPY(D, DS, S) strcpy(D, S)
792 _STLP_STRCPY(ltime->date_time_format, length, ltime->date_format);
801 _STLP_STRCPY(ltime->long_date_time_format, length, ltime->long_date_format);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 32 # define _STLP_STRCPY(D, DS, S) strcpy_s(D, DS, S)
36 # define _STLP_STRCPY(D, DS, S) strcpy(D, S)
792 _STLP_STRCPY(ltime->date_time_format, length, ltime->date_format);
801 _STLP_STRCPY(ltime->long_date_time_format, length, ltime->long_date_format);
    [all...]

Completed in 61 milliseconds