Searched refs:s_len (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 93 int s_len = static_cast<int>(s.length() + 1); in __s2ws() local 94 int len = MultiByteToWideChar(CP_ACP, 0, s.c_str(), s_len, 0, 0); in __s2ws() 96 MultiByteToWideChar(CP_ACP, 0, s.c_str(), s_len, &result[0], len); in __s2ws()
|