Searched refs:_AreCharsAllowed (Results 1 – 2 of 2) sorted by relevance
91 static bool _AreCharsAllowed(const char* str, int32 maxLength);
470 TextDocumentView::_AreCharsAllowed(const char* str, int32 maxLength) in _AreCharsAllowed() function in TextDocumentView752 if (TextDocumentView::_AreCharsAllowed(str, maxLength)) { in _PastePossiblyDisallowedChars()