Home
last modified time | relevance | path

Searched refs:REG_ICASE (Results 1 – 4 of 4) sorted by relevance

/external/clearsilver/util/regex/
Dregex.h223 #define REG_ICASE (REG_EXTENDED << 1) macro
228 #define REG_NEWLINE (REG_ICASE << 1)
Dregex.c5339 if (cflags & REG_ICASE)
/external/clearsilver/cgi/
Dhtml.c121 if ((errcode = regcomp (&email_re, EmailRe, REG_ICASE | REG_EXTENDED))) in split_and_convert()
126 if ((errcode = regcomp (&url_re, URLRe, REG_ICASE | REG_EXTENDED))) in split_and_convert()
/external/clearsilver/util/
Dneo_str.c390 if ((errcode = regcomp(&search_re, re, REG_ICASE | REG_EXTENDED | REG_NOSUB))) in reg_search()