Home
last modified time | relevance | path

Searched defs:codePage (Results 1 – 7 of 7) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DDBCS.h13 constexpr bool IsDBCSCodePage(int codePage) noexcept { in IsDBCSCodePage()
H A DDBCS.cxx14 bool DBCSIsLeadByte(int codePage, char ch) noexcept { in DBCSIsLeadByte()
H A DCallTip.h52 int codePage; variable
H A DEditor.h70 int codePage; variable
/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx810 int MultiByteFromWideChar(UINT codePage, std::wstring_view wsv, LPSTR lpMultiByteStr, ptrdiff_t cbM… in MultiByteFromWideChar()
814 int MultiByteLenFromWideChar(UINT codePage, std::wstring_view wsv) noexcept { in MultiByteLenFromWideChar()
818 int WideCharFromMultiByte(UINT codePage, std::string_view sv, LPWSTR lpWideCharStr, ptrdiff_t cchWi… in WideCharFromMultiByte()
822 int WideCharLenFromMultiByte(UINT codePage, std::string_view sv) noexcept { in WideCharLenFromMultiByte()
826 std::string StringEncode(std::wstring_view wsv, int codePage) { in StringEncode()
835 std::wstring StringDecode(std::string_view sv, int codePage) { in StringDecode()
991 const int codePage = InputCodePage(); in KoreanIME() local
1139 const int codePage = CodePageOfDocument(); in AddWString() local
1193 const int codePage = CodePageOfDocument(); in HandleCompositionInline() local
2916 const int codePage = CodePageOfDocument(); in ImeOnReconvert() local
H A DPlatWin.cxx444 TextWide(std::string_view text, bool unicodeMode, int codePage=0) : in TextWide()
500 int codePage = 0; member in Scintilla::SurfaceGDI
1160 int codePage; member in Scintilla::SurfaceD2D
/MusicPlayer2/scintilla/lexlib/
H A DLexAccessor.h27 int codePage; variable