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