Searched refs:testLabel (Results 1 – 11 of 11) sorted by relevance
82 UILabel *testLabel = [[UILabel alloc] init];89 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}}103 UILabel *testLabel = [[UILabel alloc] init];106 [testLabel setText:bar]; // no-warning110 UILabel *testLabel = [[UILabel alloc] init];117 [testLabel setText:ForceLocalized(bar)]; // no-warning121 UILabel *testLabel = [[UILabel alloc] init];128 [testLabel setText:[LocalizationTestSuite forceLocalized:bar]]; // no-warning133 UILabel *testLabel = [[UILabel alloc] init];136 [testLabel setText:bar]; // no-warning[all …]
54 UILabel *testLabel = [[UILabel alloc] init];56 [testLabel setText:[argumentObject text]]; // no-warning57 [testLabel setText:argumentObject.text]; // no-warning61 UILabel *testLabel = [[UILabel alloc] init];68 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}…72 UILabel *testLabel = [[UILabel alloc] init];83 …[testLabel setText:bar]; // expected-warning {{User-facing text should use localized string macro}…87 UILabel *testLabel = [[UILabel alloc] init];94 [testLabel setText:bar]; // no-warning98 UILabel *testLabel = [[UILabel alloc] init];[all …]
261 public boolean testLabel; field in TestData.ErrorCase269 testLabel = testlabel; in ErrorCase()
403 if(errCase.testLabel==true){ in TestErrorCases()
339 if(errCase.testLabel==true){ in TestErrorCases()
262 public boolean testLabel; field in TestData.ErrorCase270 testLabel = testlabel; in ErrorCase()
404 if(errCase.testLabel==true){ in TestErrorCases()
340 if(errCase.testLabel==true){ in TestErrorCases()
226 @Test public void testLabel() throws Exception { in testLabel() method in TestASTConstruction
247 UBool testLabel; member924 if(errorCase.testLabel ==TRUE){ in testErrorCases()
195 def testLabel(self): member in TestTreePatternParser