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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 34 # define _STLP_STRCAT(D, DS, S) strcat_s(D, DS, S)
38 # define _STLP_STRCAT(D, DS, S) strcat(D, S)
793 _STLP_STRCAT(ltime->date_time_format, length, " ");
794 _STLP_STRCAT(ltime->date_time_format, length, ltime->time_format);
802 _STLP_STRCAT(ltime->long_date_time_format, length, " ");
803 _STLP_STRCAT(ltime->long_date_time_format, length, ltime->time_format);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 34 # define _STLP_STRCAT(D, DS, S) strcat_s(D, DS, S)
38 # define _STLP_STRCAT(D, DS, S) strcat(D, S)
793 _STLP_STRCAT(ltime->date_time_format, length, " ");
794 _STLP_STRCAT(ltime->date_time_format, length, ltime->time_format);
802 _STLP_STRCAT(ltime->long_date_time_format, length, " ");
803 _STLP_STRCAT(ltime->long_date_time_format, length, ltime->time_format);
    [all...]

Completed in 452 milliseconds