Home
last modified time | relevance | path

Searched refs:unencoded (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/email/
Dheader.py90 unencoded = parts.pop(0)
92 unencoded = unencoded.lstrip()
94 if unencoded:
95 words.append((unencoded, None, None))
/external/freetype/src/bdf/
Dbdf.h185 bdf_glyph_t* unencoded; /* Unencoded glyphs themselves. */ member
Dbdflib.c1515 if ( FT_RENEW_ARRAY( font->unencoded , in _bdf_parse_glyphs()
1523 glyph = font->unencoded + font->unencoded_used; in _bdf_parse_glyphs()
1554 glyph = font->unencoded + ( font->unencoded_used - 1 ); in _bdf_parse_glyphs()
2373 for ( i = 0, glyphs = font->unencoded; i < font->unencoded_used; in bdf_free_font()
2381 FT_FREE( font->unencoded ); in bdf_free_font()
/external/python/cpython3/Doc/library/
Dquopri.rst40 false it leaves them unencoded.
/external/python/cpython2/Doc/library/
Dquopri.rst42 embedded whitespace, and when false it leaves them unencoded. Note that spaces
Demail.rst125 (specifically, if all extended parameter segments were unencoded, there is no
127 string). Also, %-decoding used to be done for both encoded and unencoded
/external/python/cpython3/Doc/whatsnew/
D3.0.rst253 were numerous bugs having to do with mixing encoded and unencoded
255 for all unencoded text, and :class:`str` for binary or encoded data
D3.2.rst701 Headers with unencoded non-ASCII bytes are deemed to be :rfc:`2047`\ -encoded
/external/libjpeg-turbo/
DChangeLog.md820 size of the unencoded blocks. Thus, the Huffman local buffer was increased to
/external/libpng/
Dlibpng-manual.txt752 You would use the linear (unencoded) value if you need to process the pixel
806 values are unencoded, linear, values and that the output device also has a
/external/openssh/
DChangeLog4024 unencoded ASCII characters into the output stream.
/external/freetype/
DChangeLog.218199 `font->unencoded'.