Home | History | Annotate | Download | only in src

Lines Matching refs:standard_set_type_

2293         standard_set_type_(standard_set_type) {}
2296 standard_set_type_(0) {}
2298 uc16 standard_set_type() { return standard_set_type_; }
2300 standard_set_type_ = special_set_type;
2302 bool is_standard() { return standard_set_type_ != 0; }
2308 uc16 standard_set_type_;