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.cpp538 if (val & URX_NEG_SET) { in dumpOp()
540 val &= ~URX_NEG_SET; in dumpOp()
Drematch.cpp1728 UBool success = ((opValue & URX_NEG_SET) == URX_NEG_SET); in MatchAt()
1729 opValue &= ~URX_NEG_SET; in MatchAt()