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

  /external/regex-re2/re2/
re2.h 227 ErrorPatternTooLarge, // pattern too large (compile failed)
    [all...]
re2.cc 194 error_code_ = RE2::ErrorPatternTooLarge;
215 error_code_ = RE2::ErrorPatternTooLarge;
    [all...]

Completed in 31 milliseconds