Searched defs:isNamed (Results 1 – 4 of 4) sorted by relevance
51 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() function
556 bool isNamed = false; in lexHTMLCharacterReference() local
2439 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed() function
5627 bool FileNode::isNamed() const { return !node ? false : (node->tag & NAMED) != 0; } in isNamed() function in cv::FileNode