Home
last modified time | relevance | path

Searched refs:_AreCharsAllowed (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h91 static bool _AreCharsAllowed(const char* str, int32 maxLength);
H A DTextDocumentView.cpp470 TextDocumentView::_AreCharsAllowed(const char* str, int32 maxLength) in _AreCharsAllowed() function in TextDocumentView
752 if (TextDocumentView::_AreCharsAllowed(str, maxLength)) { in _PastePossiblyDisallowedChars()