Searched refs:URX_NEG_SET (Results 1 – 3 of 3) sorted by relevance
273 URX_NEG_SET = 0x800000 // Flag bit to reverse sense of set enumerator
727 if (val & URX_NEG_SET) { in dumpOp()729 val &= ~URX_NEG_SET; in dumpOp()
3333 UBool success = ((opValue & URX_NEG_SET) == URX_NEG_SET); in MatchAt()3334 opValue &= ~URX_NEG_SET; in MatchAt()3360 success = ((opValue & URX_NEG_SET) == URX_NEG_SET); // reset in MatchAt()5023 UBool success = ((opValue & URX_NEG_SET) == URX_NEG_SET); in MatchChunkAt()5024 opValue &= ~URX_NEG_SET; in MatchChunkAt()5048 success = ((opValue & URX_NEG_SET) == URX_NEG_SET); // reset in MatchChunkAt()