OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentCodePage
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
DLL.cpp
56
static inline UINT
GetCurrentCodePage
() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; }
58
{ return UnicodeStringToMultiByte(sysPath,
GetCurrentCodePage
()); }
105
result = MultiByteToUnicodeString(resultSys,
GetCurrentCodePage
());
FileFind.cpp
79
static inline UINT
GetCurrentCodePage
() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; }
90
fi.Name = GetUnicodeString(fd.cFileName,
GetCurrentCodePage
());
152
GetCurrentCodePage
()), &fd);
379
return FindFirst(UnicodeStringToMultiByte(pathName,
GetCurrentCodePage
()), watchSubtree, notifyFilter);
FileDir.cpp
34
static inline UINT
GetCurrentCodePage
() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; }
36
{ return MultiByteToUnicodeString(sysPath,
GetCurrentCodePage
()); }
38
{ return UnicodeStringToMultiByte(sysPath,
GetCurrentCodePage
()); }
Completed in 31 milliseconds