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

  /external/regex-re2/re2/
regexp.h 200 static string CodeText(enum RegexpStatusCode code);
regexp.cc 478 string RegexpStatus::CodeText(enum RegexpStatusCode code) {
486 return CodeText(code_);
488 s.append(CodeText(code_));

Completed in 680 milliseconds