Lines Matching full:uc16
82 static void AddClassEscape(uc16 type, ZoneList<CharacterRange>* ranges,
109 bool IsEverything(uc16 max) { return from_ == 0 && to_ >= max; }
138 explicit CharacterSet(uc16 standard_set_type)
143 uc16 standard_set_type() { return standard_set_type_; }
144 void set_standard_set_type(uc16 special_set_type) {
154 uc16 standard_set_type_;
293 explicit RegExpCharacterClass(uc16 type) : set_(type), is_negated_(false) {}
320 uc16 standard_type() { return set_.standard_set_type(); }
332 explicit RegExpAtom(Vector<const uc16> data) : data_(data) {}
341 Vector<const uc16> data() { return data_; }
345 Vector<const uc16> data_;
432 const ZoneVector<uc16>* name() const { return name_; }
433 void set_name(const ZoneVector<uc16>* name) { name_ = name; }
440 const ZoneVector<uc16>* name_;
531 const ZoneVector<uc16>* name() const { return name_; }
532 void set_name(const ZoneVector<uc16>* name) { name_ = name; }
536 const ZoneVector<uc16>* name_;