| 361 | int NextWordEnd(int pos, int delta); |
| 362 | int SCI_METHOD Length() const { return cb.Length(); } |
| 363 | void Allocate(int newSize) { cb.Allocate(newSize); } |
| 364 | bool MatchesWordOptions(bool word, bool wordStart, int pos, int length); |
| 365 | bool HasCaseFolder(void) const; |
| 366 | void SetCaseFolder(CaseFolder *pcf_); |
nothing calls this directly
no outgoing calls
no test coverage detected