Searched defs:isNamed (Results 1 – 5 of 5) sorted by relevance
53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() function
95 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize()
564 bool isNamed = false; in lexHTMLCharacterReference() local
2515 static bool isNamed(const NamedDecl *ND, const char (&Str)[Len]) { in isNamed() function