Lines Matching refs:appendString
161 [ methodName appendString: @"set" ];
166 [ methodName appendString: [ firstChar lowercaseString ] ];
168 [ methodName appendString: firstChar ];
170 … [ methodName appendString: [ attribute substringFromIndex: 3 ] ]; // append rest of attribute name
172 [ methodName appendString: @"Attribute" ];
174 [ methodName appendString: @"ForElement:to:" ];
176 [ methodName appendString: @"ForParameter:" ];
433 [ value appendString: @"radio button " ];
434 [ value appendString: [ nIndex stringValue ] ];
435 [ value appendString: @" of " ];
436 [ value appendString: [ nGroupsize stringValue ] ];