| 700 | } |
| 701 | |
| 702 | int SCI_METHOD Document::CodePage() const { |
| 703 | return dbcsCodePage; |
| 704 | } |
| 705 | |
| 706 | bool SCI_METHOD Document::IsDBCSLeadByte(char ch) const { |
| 707 | // Byte ranges found in Wikipedia articles with relevant search strings in each case |
nothing calls this directly
no outgoing calls
no test coverage detected