Home | History | Annotate | Download | only in src

Lines Matching refs:standard_set_type_

2501         standard_set_type_(standard_set_type) {}
2504 standard_set_type_(0) {}
2506 uc16 standard_set_type() { return standard_set_type_; }
2508 standard_set_type_ = special_set_type;
2510 bool is_standard() { return standard_set_type_ != 0; }
2516 uc16 standard_set_type_;