Searched refs:GetCurrentCodePage (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
H A DDLL.cpp56 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; } function in namespace:NWindows::NDLL
58 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); }
105 result = MultiByteToUnicodeString(resultSys, GetCurrentCodePage());
H A DFileFind.cpp79 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; } function in namespace:NWindows::NFile::NFind
90 fi.Name = GetUnicodeString(fd.cFileName, GetCurrentCodePage());
152 GetCurrentCodePage()), &fd);
379 return FindFirst(UnicodeStringToMultiByte(pathName, GetCurrentCodePage()), watchSubtree, notifyFilter);
H A DFileDir.cpp34 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; } function in namespace:NWindows::NFile::NDirectory
36 { return MultiByteToUnicodeString(sysPath, GetCurrentCodePage()); }
38 { return UnicodeStringToMultiByte(sysPath, GetCurrentCodePage()); }

Completed in 78 milliseconds