Searched refs:SC_CP_UTF8 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocumentAccessor.cxx28 if (SC_CP_UTF8 == codePage)
H A DWindowAccessor.cxx24 if (SC_CP_UTF8 == codePage)
H A DEditor.h556 surf->SetUnicodeMode(SC_CP_UTF8 == ed->CodePage());
566 surf->SetUnicodeMode(SC_CP_UTF8 == ed->CodePage());
H A DCallTip.cxx253 surfaceMeasure->SetUnicodeMode(SC_CP_UTF8 == codePage);
H A DDocument.cxx259 } else if (SC_CP_UTF8 == dbcsCodePage) {
308 if (SC_CP_UTF8 == dbcsCodePage) {
840 if ((SC_CP_UTF8 == dbcsCodePage) && (ch >= 0x80))
H A DEditor.cxx5663 return pdoc && (SC_CP_UTF8 == pdoc->dbcsCodePage);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h89 #define SC_CP_UTF8 65001 macro

Completed in 189 milliseconds