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

Lines Matching full:wstring

64 // Define String as a typedef for either std::string or std::wstring
67 typedef std::wstring String;
92 static inline std::wstring __s2ws(const std::string& s) {
95 std::wstring result(len, L'\0');