HomeSort by relevance Sort by last modified time
    Searched full:ignorecaseoption (Results 1 - 5 of 5) sorted by null

  /external/webkit/JavaScriptCore/runtime/
RegExp.cpp 179 JSRegExpIgnoreCaseOption ignoreCaseOption = ignoreCase() ? JSRegExpIgnoreCase : JSRegExpDoNotIgnoreCase;
181 m_regExp = jsRegExpCompile(reinterpret_cast<const UChar*>(m_pattern.data()), m_pattern.size(), ignoreCaseOption, multilineOption, &m_numSubpatterns, &m_constructionError);
  /external/webkit/JavaScriptCore/pcre/
pcre_compile.cpp 610 int reqCaseOpt = (options & IgnoreCaseOption) ? REQ_IGNORE_CASE : 0;
833 if ((d > 255 || ((options & IgnoreCaseOption) && d > 127))) {
    [all...]
pcre_internal.h 213 IgnoreCaseOption = 0x00000001,
pcre_exec.cpp     [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp     [all...]

Completed in 174 milliseconds