Searched refs:_attrStr (Results 1 – 2 of 2) sorted by relevance
732 NSUInteger textLength = [_attrStr length];733 … unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';739 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];744 …if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToRep…754 NSUInteger textLength = [_attrStr length];756 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];761 …if (!_flags.isTesting && rangeToReplace.length > 0) [_attrStr setAttributes:attrs range:rangeToRep…770 NSUInteger textLength = [_attrStr length];771 … unichar lastChar = (textLength > 0) ? [[_attrStr string] characterAtIndex:textLength - 1] : '\n';773 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];[all …]
35 NSMutableAttributedString *_attrStr; variable