Lines Matching refs:ParsedCStr
396 struct ParsedCStr : ParsedValues<ParsedCSOp> struct
464 struct ParsedCStrs : hb_vector_t<ParsedCStr>
476 typedef hb_vector_t<ParsedCStr> SUPER;
481 void init (ParsedCStr *parsed_charstring_, in init()
495 ParsedCStr *get_parsed_str_for_context (CallContext &context) in get_parsed_str_for_context()
518 ParsedCStr *parsed_str = get_parsed_str_for_context (env.context); in set_current_str()
533 ParsedCStr *current_parsed_str;
535 ParsedCStr *parsed_charstring;
790 bool drop_hints_in_subr (ParsedCStr &str, unsigned int pos, in drop_hints_in_subr()
812 bool drop_hints_in_str (ParsedCStr &str, const SubrSubsetParam ¶m, DropHintsParam &drop) in drop_hints_in_str()
885 void collect_subr_refs_in_subr (ParsedCStr &str, unsigned int pos, in collect_subr_refs_in_subr()
894 void collect_subr_refs_in_str (ParsedCStr &str, const SubrSubsetParam ¶m) in collect_subr_refs_in_str()
920 bool encode_str (const ParsedCStr &str, const unsigned int fd, StrBuff &buff) const in encode_str()