Home
last modified time | relevance | path

Searched refs:unbytemap_ (Results 1 – 3 of 3) sorted by relevance

/external/regex-re2/re2/
Dprog.cc110 unbytemap_(NULL), in Prog()
124 delete[] unbytemap_; in ~Prog()
154 StringAppendF(&map, "\t%d. [%02x-%02x]\n", i, lo, unbytemap_[i]); in Dump()
155 lo = unbytemap_[i] + 1; in Dump()
326 unbytemap_ = new uint8[bytemap_range_]; in ComputeByteMap()
328 unbytemap_[bytemap_[i]] = i; in ComputeByteMap()
333 unbytemap_[i] = i; in ComputeByteMap()
Donepass.cc467 c = unbytemap_[b]; // last c in byte class in IsOnePass()
487 c = unbytemap_[b]; // last c in class in IsOnePass()
Dprog.h366 uint8 *unbytemap_; // bytemap_[unbytemap_[x]] == x variable