Lines Matching refs:smart_str_appends
215 smart_str_appends( &ret, "parse error " ); in intl_parse_error_to_string()
218 smart_str_appends( &ret, "on line " ); in intl_parse_error_to_string()
224 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
226 smart_str_appends( &ret, "at " ); in intl_parse_error_to_string()
228 smart_str_appends( &ret, "offset " ); in intl_parse_error_to_string()
235 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
237 smart_str_appends( &ret, "after \"" ); in intl_parse_error_to_string()
241 smart_str_appends( &ret, "(could not convert parser error pre-context to UTF-8)" ); in intl_parse_error_to_string()
247 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
254 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
256 smart_str_appends( &ret, "before or at \"" ); in intl_parse_error_to_string()
260 smart_str_appends( &ret, "(could not convert parser error post-context to UTF-8)" ); in intl_parse_error_to_string()
267 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
274 smart_str_appends( &ret, "no parse error" ); in intl_parse_error_to_string()