Home
last modified time | relevance | path

Searched defs:isNamed (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnfrs.h49 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() function
/external/clang/lib/AST/
DCommentLexer.cpp556 bool isNamed = false; in lexHTMLCharacterReference() local
DDecl.cpp2410 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed() function