Lines Matching refs:Hello
83 NSString *bar = NSLocalizedString(@"Hello", @"Comment");
93 NSString *bar = NSLocalizedString(@"Hello", @"Comment");
111 NSString *bar = NSLocalizedString(@"Hello", @"Comment");
122 NSString *bar = NSLocalizedString(@"Hello", @"Comment");
145 // An string literal @"Hello" inline should raise an error
148 …[testLabel setText:@"Hello"]; // expected-warning {{User-facing text should use localized string m…
161 NSString *localizedString = NSLocalizedString(@"Hello", @"Comment");
196 NSString *bar = NSLocalizedString(@"Hello", @"Comment");
247 …NSString *string = YOLOC(@"Hello"); // expected-warning {{Localized string macro should include a …
248 …NSString *string2 = HOM(@"Hello"); // expected-warning {{Localized string macro should include a …
256 NSString *string = KCLocalizedString(@"Hello",@""); // no-warning
257 NSString *string2 = KCLocalizedString(@"Hello",nil); // no-warning
258 NSString *string3 = KCLocalizedString(@"Hello",@"Comment"); // no-warning
262 NSString *string = POSSIBLE_FALSE_POSITIVE(@"Hello", nil); // no-warning
263 NSString *string2 = POSSIBLE_FALSE_POSITIVE(@"Hello", @"Hello"); // no-warning