Home | History | Annotate | Download | only in src

Lines Matching full:uc16

2291   explicit CharacterSet(uc16 standard_set_type)
2298 uc16 standard_set_type() { return standard_set_type_; }
2299 void set_standard_set_type(uc16 special_set_type) {
2308 uc16 standard_set_type_;
2317 explicit RegExpCharacterClass(uc16 type)
2344 uc16 standard_type() { return set_.standard_set_type(); }
2356 explicit RegExpAtom(Vector<const uc16> data) : data_(data) { }
2366 Vector<const uc16> data() { return data_; }
2369 Vector<const uc16> data_;