Home
last modified time | relevance | path

Searched refs:DEFAULT_CHARSET (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/email/
H A Dcharset.py31 DEFAULT_CHARSET = 'us-ascii'
216 def __init__(self, input_charset=DEFAULT_CHARSET):
30 DEFAULT_CHARSET = 'us-ascii' global() variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DEOTWriter.java46 private final static byte DEFAULT_CHARSET = 1; field in EOTWriter
87 index += writableFontData.writeByte(index, DEFAULT_CHARSET); // Charset in convert()
/third_party/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp152 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance()
240 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGDIFontInstance.cpp152 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance()
240 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-uniscribe.cc483 lf->lfCharSet = DEFAULT_CHARSET; in populate_log_font()
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp129 lf->lfCharSet = DEFAULT_CHARSET; in make_canonical()
2160 // DEFAULT_CHARSET is used to get all fonts, but also implies all
2184 lf.lfCharSet = DEFAULT_CHARSET;
2230 lf.lfCharSet = DEFAULT_CHARSET;

Completed in 9 milliseconds