Lines Matching refs:WSP
83 WSP = set(' \t')
84 CFWS_LEADER = WSP | set('(')
86 ATOM_ENDS = SPECIALS | WSP
91 TOKEN_ENDS = TSPECIALS | WSP
93 ATTRIBUTE_ENDS = ASPECIALS | WSP
975 _wsp_splitter = re.compile(r'([{}]+)'.format(''.join(WSP))).split
1027 """FWS = 1*WSP
1072 if text[0] in WSP:
1082 if value and value[0] not in WSP:
1088 """unstructured = (*([FWS] vchar) *WSP) / obs-unstruct
1092 obs-NO-WS-CTL is control characters except WSP/CR/LF.
1099 parse this into xtext tokens separated by WSP tokens.
1112 if value[0] in WSP:
1141 # which does not have WSP on both sides. The defect will be registered
1218 if value[0] in WSP:
1257 if value[0] in WSP:
1276 if value[0] in WSP:
1575 if value[0] in WSP:
1582 if value[0] in WSP:
2536 if value[0] in WSP:
2757 if lines and lines[-1] and lines[-1][-1] in WSP:
2880 if to_encode[0] in WSP:
2889 if to_encode[-1] in WSP: