Home | History | Annotate | Download | only in ndk-depends

Lines Matching defs:s_len

93     int s_len = static_cast<int>(s.length() + 1);
94 int len = MultiByteToWideChar(CP_ACP, 0, s.c_str(), s_len, 0, 0);
96 MultiByteToWideChar(CP_ACP, 0, s.c_str(), s_len, &result[0], len);