HomeSort by relevance Sort by last modified time
    Searched refs:REQ_IGNORE_CASE (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/pcre/
pcre_internal.h 220 #define REQ_IGNORE_CASE 0x0100 /* indicates should ignore case */
pcre_compile.cpp 605 /* The variable reqCaseOpt contains either the REQ_IGNORE_CASE value or zero,
606 according to the current setting of the ignores-case flag. REQ_IGNORE_CASE is a bit
610 int reqCaseOpt = (options & IgnoreCaseOption) ? REQ_IGNORE_CASE : 0;
    [all...]
pcre_exec.cpp     [all...]

Completed in 31 milliseconds