Searched refs:other_unichar (Results 1 – 1 of 1) sorted by relevance
74 inline bool equals(const char *other_unichar, in equals() argument76 return (strcmp(this->unichar, other_unichar) == 0 && in equals()