Lines Matching refs:things
56 gchar const* things[] = {
74 for ( int i = 0; things[i]; i++ )
78 URI uri(things[i]);
79 gboolean isAbs = g_path_is_absolute( things[i] );
86 things[i],
92 dump_str( things[i], "MalformedURIException" );
93 xmlChar *redo = xmlURIEscape((xmlChar const *)things[i]);
94 g_message(" gone from [%s] to [%s]", things[i], redo );
97 URI again = URI::fromUtf8( things[i] );
98 g_message(" uri from [%s] to [%s]", things[i], again.toString() );
99 gboolean isAbs = g_path_is_absolute( things[i] );
106 things[i],