Home
last modified time | relevance | path

Searched defs:codepage (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Dcharconv.c44 cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags) in cp_to_utf_16le()
96 utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string) in utf_16le_to_cp()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp421 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __wide_to_char() local
433 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __char_to_wide() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c2201 unsigned codepage; in invalid_mbs() local