Lines Matching full:mask
514 // Details of a quick mask-compare check that can look ahead in the
537 Position() : mask(0), value(0), determines_perfectly(false) { }
538 uc16 mask;
549 uint32_t mask() { return mask_; }
587 // For a given number of characters this returns a mask and a value. The
588 // next n characters are anded with the mask and compared with the value.