MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / CaseFolderForEncoding

Method CaseFolderForEncoding

scintilla/src/Editor.cxx:5944–5948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5942
5943
5944CaseFolder *Editor::CaseFolderForEncoding()
5945{
5946 // Simple default that only maps ASCII upper case to lower case.
5947 return new CaseFolderASCII();
5948}
5949
5950/**
5951 * Search of a text in the document, in the given range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected