Searched defs:FLAG_IGNORECASE (Results 1 – 3 of 3) sorted by relevance
26 FLAG_IGNORECASE = (1 << 1), enumerator
35 static constexpr auto FLAG_IGNORECASE = (1U << 1U); variable
40 static constexpr auto FLAG_IGNORECASE = (1U << 1U); variable