Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_util.cc973 size_t lcpyT(CHAR* dst, const CHAR* src, size_t dst_size) { in lcpyT() function
991 return lcpyT<char>(dst, src, dst_size); in strlcpy()
994 return lcpyT<wchar_t>(dst, src, dst_size); in wcslcpy()