Home | History | Annotate | Download | only in unicode

Lines Matching defs:bytes_

65             : ownedArray_(NULL), bytes_(reinterpret_cast<const uint8_t *>(trieBytes)),
66 pos_(bytes_), remainingMatchLength_(-1) {}
81 : ownedArray_(NULL), bytes_(other.bytes_),
90 pos_=bytes_;
123 state.bytes=bytes_;
140 if(bytes_==state.bytes && bytes_!=NULL) {
168 return nextImpl(bytes_, inByte);
321 const uint8_t *bytes_;
334 // The first integer is an offset from bytes_.
353 bytes_(reinterpret_cast<const uint8_t *>(trieBytes)),
354 pos_(bytes_), remainingMatchLength_(-1) {}
507 const uint8_t *bytes_;