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

  /external/libcxx/src/support/win32/
support.cpp 122 size_t dest_remaining = dst_size_bytes; local
130 if ( ! dest_remaining )
134 result = wcrtomb_s( &char_size, dst + dest_converted, dest_remaining, c, ps);
147 dest_remaining -= char_size;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 122 size_t dest_remaining = dst_size_bytes; local
130 if ( ! dest_remaining )
134 result = wcrtomb_s( &char_size, dst + dest_converted, dest_remaining, c, ps);
147 dest_remaining -= char_size;

Completed in 228 milliseconds