| 5942 | |
| 5943 | |
| 5944 | CaseFolder *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. |
nothing calls this directly
no outgoing calls
no test coverage detected