Home
last modified time | relevance | path

Searched refs:specials (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmkstringprep.py215 specials = {} variable
218 specials[k] = v
221 assert specials == {}
288 specials = list(table_c22 - Cc_nonascii) variable
289 specials.sort()
291 print """c22_specials = """ + compact_set(specials) + """
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dnm2def.py85 def filter_Python(symbols,specials=SPECIALS): argument
90 elif name not in specials:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
D_parseaddr.py188 self.specials = '()<>@,:;.\"[]'
193 self.atomends = self.specials + self.LWS + self.CR
276 elif self.field[self.pos] in self.specials:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drfc822.py514 self.specials = '()<>@,:;.\"[]'
518 self.atomends = self.specials + self.LWS + self.CR
597 elif self.field[self.pos] in self.specials:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DddAbs.decTest114 -- specials
DdqAbs.decTest114 -- specials
DddNextPlus.decTest83 -- specials
DdqNextPlus.decTest83 -- specials
DdqNextMinus.decTest85 -- specials
DddNextMinus.decTest85 -- specials
Dnextminus.decTest107 -- specials
Dnextplus.decTest109 -- specials
Dabs.decTest149 -- specials
DddReduce.decTest169 -- specials (reduce does not affect payload)
DdqReduce.decTest170 -- specials (reduce does not affect payload)
Dminus.decTest168 -- specials
Dplus.decTest109 -- specials
Dtointegral.decTest124 -- specials and zeros
DddNextToward.decTest142 -- specials
234 -- specials
DdqNextToward.decTest143 -- specials
235 -- specials
Dreduce.decTest217 -- specials
Dnexttoward.decTest157 -- specials
279 -- specials
Dtointegralx.decTest124 -- specials and zeros
DddToIntegral.decTest128 -- specials and zeros
DdqToIntegral.decTest128 -- specials and zeros

12