Searched refs:unencoded (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Lib/email/ |
D | header.py | 90 unencoded = parts.pop(0) 92 unencoded = unencoded.lstrip() 94 if unencoded: 95 words.append((unencoded, None, None))
|
/external/freetype/src/bdf/ |
D | bdf.h | 185 bdf_glyph_t* unencoded; /* Unencoded glyphs themselves. */ member
|
D | bdflib.c | 1515 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/ |
D | quopri.rst | 40 false it leaves them unencoded.
|
/external/python/cpython2/Doc/library/ |
D | quopri.rst | 42 embedded whitespace, and when false it leaves them unencoded. Note that spaces
|
D | email.rst | 125 (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/ |
D | 3.0.rst | 253 were numerous bugs having to do with mixing encoded and unencoded 255 for all unencoded text, and :class:`str` for binary or encoded data
|
D | 3.2.rst | 701 Headers with unencoded non-ASCII bytes are deemed to be :rfc:`2047`\ -encoded
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 820 size of the unencoded blocks. Thus, the Huffman local buffer was increased to
|
/external/libpng/ |
D | libpng-manual.txt | 752 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/ |
D | ChangeLog | 4024 unencoded ASCII characters into the output stream.
|
/external/freetype/ |
D | ChangeLog.21 | 8199 `font->unencoded'.
|