Searched defs:isNamed (Results 1 – 3 of 3) sorted by relevance
49 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() function
556 bool isNamed = false; in lexHTMLCharacterReference() local
2410 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed() function