Home | History | Annotate | Download | only in tools

Lines Matching refs:output

65         output = BucketOutput()
69 output += '+ "'
71 output += '"('
73 output += '+ "|'
76 output += '('
79 output += '?:'
84 output.addPipe()
88 output += '\\\\' # escape the '-' character.
89 output += letter
92 output.addPipe()
95 output += '%c%c' % (self.base, self.letters[0])
97 output += '%c[' % self.base
100 output += letter
102 output += ']'
105 output += ')'
108 output += '"'
109 output += '\n'
111 return output.value();
135 output = prefix
137 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl)
140 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
142 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
145 output += '))"'
147 output += ')'
149 output += suffix
151 print output