Lines Matching refs:smart_str_appends
253 smart_str_appends( &ret, "parse error " ); in intl_parse_error_to_string()
256 smart_str_appends( &ret, "on line " ); in intl_parse_error_to_string()
262 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
264 smart_str_appends( &ret, "at " ); in intl_parse_error_to_string()
266 smart_str_appends( &ret, "offset " ); in intl_parse_error_to_string()
273 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
275 smart_str_appends( &ret, "after \"" ); in intl_parse_error_to_string()
279 smart_str_appends( &ret, "(could not convert parser error pre-context to UTF-8)" ); in intl_parse_error_to_string()
285 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
292 smart_str_appends( &ret, ", " ); in intl_parse_error_to_string()
294 smart_str_appends( &ret, "before or at \"" ); in intl_parse_error_to_string()
298 smart_str_appends( &ret, "(could not convert parser error post-context to UTF-8)" ); in intl_parse_error_to_string()
305 smart_str_appends( &ret, "\"" ); in intl_parse_error_to_string()
312 smart_str_appends( &ret, "no parse error" ); in intl_parse_error_to_string()