Lines Matching defs:utf8
233 Bool png = False, jpeg = False, utf8 = False, string = False;
257 utf8 = True;
281 if (utf8)
659 - (void) send_string:(XSelectionRequestEvent *)e utf8:(BOOL)utf8 pasteboard:(NSPasteboard *)pb
689 if (utf8)
741 void *utf8 = (void *)[data UTF8String];
742 char *list[] = { utf8, NULL };
1002 [self send_string:e utf8:YES pasteboard:pb];
1006 [self send_string:e utf8:NO pasteboard:pb];
1290 DB ("done handling utf8 string\n");