Searched refs:isprop (Results 1 – 2 of 2) sorted by relevance
134 BOOL isprop = t == XCL_PROP; in PRIV() local139 if (isprop) return !negated; in PRIV()144 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()153 if ((data[1] == prop->chartype) == isprop) return !negated; in PRIV()157 if ((data[1] == prop->script) == isprop) return !negated; in PRIV()176 if (isprop) return !negated; in PRIV()189 == isprop) in PRIV()197 c == CHAR_GRAVE_ACCENT) == isprop) in PRIV()202 if ((c < 0xd800 || c > 0xdfff) == isprop) in PRIV()224 )) == isprop) in PRIV()[all …]
476 int isprop; in php_com_process_typeinfo() local481 isprop = (func->invkind & DISPATCH_PROPERTYGET || func->invkind & DISPATCH_PROPERTYPUT); in php_com_process_typeinfo()483 if (!isprop || lastid != func->memid) { in php_com_process_typeinfo()513 if (isprop) { in php_com_process_typeinfo()
Completed in 6 milliseconds