Home
last modified time | relevance | path

Searched refs:CP_OEMCP (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnls.d187 CP_OEMCP, enumerator
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp1909 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __wide_to_char()
1922 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __char_to_wide()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c47658 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf,
48032 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
48061 int codepage = useAnsi ? CP_ACP : CP_OEMCP;