Searched defs:codePage (Results 1 – 7 of 7) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | DBCS.h | 13 constexpr bool IsDBCSCodePage(int codePage) noexcept { in IsDBCSCodePage()
|
H A D | DBCS.cxx | 14 bool DBCSIsLeadByte(int codePage, char ch) noexcept { in DBCSIsLeadByte()
|
H A D | CallTip.h | 52 int codePage; variable
|
H A D | Editor.h | 70 int codePage; variable
|
/MusicPlayer2/scintilla/win32/ |
H A D | ScintillaWin.cxx | 810 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 D | PlatWin.cxx | 444 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 D | LexAccessor.h | 27 int codePage; variable
|