Lines Matching full:utf8string
69 printf ("CONSOLE MESSAGE: line %d: %s\n", [lineNumber intValue], [message UTF8String]);
89 printf("ALERT: %s\n", [message UTF8String]);
95 printf("CONFIRM: %s\n", [message UTF8String]);
102 printf("PROMPT: %s, default text: %s\n", [prompt UTF8String], [defaultText UTF8String]);
109 printf("CONFIRM NAVIGATION: %s\n", [message UTF8String]);
161 printf("UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{%s, %s, %i} database:%s\n", [[origin protocol] UTF8String], [[origin host] UTF8String],
162 [origin port], [databaseIdentifier UTF8String]);
173 [[origin protocol] UTF8String], [[origin host] UTF8String], [origin port]);
183 printf("UI DELEGATE STATUS CALLBACK: setStatusText:%s\n", [text UTF8String]);