Lines Matching refs:localized
67 // A C-Funtion that returns a localized string because it has the
70 // An ObjC method that returns a localized string because it has the
76 // An ObjC method that returns a localized string
89 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}}
99 … 0) withAttributes:nil]; // expected-warning {{User-facing text should use localized string macro}}
148 …[testLabel setText:@"Hello"]; // expected-warning {{User-facing text should use localized string m…
157 // A method that takes in a localized string and returns a string
158 // most likely that string is localized.
183 // requires a localized string should give an error
187 …[testLabel setText:argumentString]; // expected-warning {{User-facing text should use localized st…
198 …LocalizedStringMethod]]; // expected-warning {{User-facing text should use localized string macro}}
210 // require localized strings
215 [s setToolTip:bar]; // expected-warning {{User-facing text should use localized string macro}}
221 …l:@"UnlocalizedString"]; // expected-warning {{User-facing text should use localized string macro}}