Lines Matching refs:isprop
136 BOOL isprop = t == XCL_PROP;
141 if (isprop) return !negated;
146 prop->chartype == ucp_Lt) == isprop) return !negated;
150 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop)
155 if ((data[1] == prop->chartype) == isprop) return !negated;
159 if ((data[1] == prop->script) == isprop) return !negated;
164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
178 if (isprop) return !negated;
182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop)
191 == isprop)
199 c == CHAR_GRAVE_ACCENT) == isprop)
204 if ((c < 0xd800 || c > 0xdfff) == isprop)
226 )) == isprop)
239 )) == isprop)
249 (c < 256 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop)