Searched refs:RURE_FLAG_CASEI (Results 1 – 3 of 3) sorted by relevance
56 RURE_FLAG_UNICODE | RURE_FLAG_CASEI, NULL, err); in main()
13 const RURE_FLAG_CASEI: u32 = 1 << 0; constant120 builder.case_insensitive(flags & RURE_FLAG_CASEI > 0);506 builder.case_insensitive(flags & RURE_FLAG_CASEI > 0);
44 #define RURE_FLAG_CASEI (1 << 0) macro