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

  /external/regex-re2/re2/
prog.cc 110 unbytemap_(NULL),
124 delete[] unbytemap_;
154 StringAppendF(&map, "\t%d. [%02x-%02x]\n", i, lo, unbytemap_[i]);
155 lo = unbytemap_[i] + 1;
326 unbytemap_ = new uint8[bytemap_range_];
328 unbytemap_[bytemap_[i]] = i;
333 unbytemap_[i] = i;
onepass.cc 467 c = unbytemap_[b]; // last c in byte class
487 c = unbytemap_[b]; // last c in class
prog.h 366 uint8 *unbytemap_; // bytemap_[unbytemap_[x]] == x member in class:re2::Prog

Completed in 2411 milliseconds