Home
last modified time | relevance | path

Searched refs:URX_NEG_SET (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dregeximp.h273 URX_NEG_SET = 0x800000 // Flag bit to reverse sense of set enumerator
Drepattrn.cpp727 if (val & URX_NEG_SET) { in dumpOp()
729 val &= ~URX_NEG_SET; in dumpOp()
Drematch.cpp3333 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()