/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_FontMap.h | 30 #define DEFAULT_CHARSET 1 macro 98 int32_t nCharset = DEFAULT_CHARSET); 107 int32_t nCharset = DEFAULT_CHARSET);
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_FontMap.cpp | 98 if (nCharset == DEFAULT_CHARSET || pData->nCharset == SYMBOL_CHARSET || in GetWordFontIndex() 112 nNewFontIndex = GetFontIndex("Arial Unicode MS", DEFAULT_CHARSET, FALSE); in GetWordFontIndex() 189 if (nCharset == DEFAULT_CHARSET || nCharset == pData->nCharset) { in FindFont() 275 if (nCharset == DEFAULT_CHARSET) in GetNativeFont() 322 if (nCharset == DEFAULT_CHARSET) in AddSystemFont() 442 if (nOldCharset != DEFAULT_CHARSET) in CharSetFromUnicode()
|
D | PWL_EditCtrl.cpp | 26 m_nCharSet(DEFAULT_CHARSET), in CPWL_EditCtrl() 600 return m_nCharSet < 0 ? DEFAULT_CHARSET : m_nCharSet; in GetCharSet()
|
D | PWL_Edit.cpp | 971 int32_t nNewCharSet = pFontMap->CharSetFromUnicode(nChar, DEFAULT_CHARSET); in OnChar()
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
D | StringPart.java | 59 public static final String DEFAULT_CHARSET = "US-ASCII"; field in StringPart 83 charset == null ? DEFAULT_CHARSET : charset, in StringPart()
|
D | FilePart.java | 63 public static final String DEFAULT_CHARSET = "ISO-8859-1"; field in FilePart
|
/external/oauth/core/src/main/java/net/oauth/http/ |
D | HttpMessage.java | 143 return DEFAULT_CHARSET; in getCharset() 156 public static final String DEFAULT_CHARSET = "ISO-8859-1"; field in HttpMessage
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 51 #ifndef DEFAULT_CHARSET 52 #define DEFAULT_CHARSET 1 macro 335 int32_t charset = DEFAULT_CHARSET, 340 int32_t charset = DEFAULT_CHARSET, 347 int32_t charset = DEFAULT_CHARSET,
|
D | fxet_edit.h | 581 int32_t charset = DEFAULT_CHARSET, 585 int32_t charset = DEFAULT_CHARSET, 593 int32_t charset = DEFAULT_CHARSET,
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_CBA_Fontmap.cpp | 35 int32_t nCharset = DEFAULT_CHARSET; in Initialize() 70 int32_t nCharset = DEFAULT_CHARSET; in SetDefaultFont()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gdifont.cpp | 182 lf.lfCharSet = wCharSet != 0xFFFF ? (uint8_t)wCharSet : DEFAULT_CHARSET; in LoadFont() 207 ::CreateFontW(-1000, 0, 0, 0, FW_NORMAL, FALSE, 0, 0, DEFAULT_CHARSET, 0, in LoadFont() 235 ::CreateFontW(-1000, 0, 0, 0, FW_NORMAL, FALSE, 0, 0, DEFAULT_CHARSET, 0, in LoadFont()
|
D | fx_stdfontmgr.cpp | 486 lfFind.lfCharSet = DEFAULT_CHARSET; in FX_EnumGdiFonts()
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 146 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance() 234 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance()
|
/external/oauth/core/src/main/java/net/oauth/ |
D | OAuthMessage.java | 155 return HttpMessage.DEFAULT_CHARSET; in getBodyEncoding()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 159 lf.lfCharSet = DEFAULT_CHARSET; in EnumFontList() 343 charset = DEFAULT_CHARSET; in MapFont() 380 if (charset == DEFAULT_CHARSET) { in MapFont()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 124 lf->lfCharSet = DEFAULT_CHARSET; in make_canonical() 2381 lf.lfCharSet = DEFAULT_CHARSET; in SkFontStyleSetGDI() 2427 lf.lfCharSet = DEFAULT_CHARSET; in SkFontMgrGDI()
|
/external/harfbuzz_ng/src/ |
D | hb-directwrite.cc | 237 lf->lfCharSet = DEFAULT_CHARSET; in populate_log_font()
|
D | hb-uniscribe.cc | 499 lf->lfCharSet = DEFAULT_CHARSET; in populate_log_font()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 292 pLogFont->lfCharSet == DEFAULT_CHARSET || in AddWindowsFont()
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 572 m_pEdit->InsertText(m_swText.c_str(), DEFAULT_CHARSET, NULL, NULL, FALSE, in Undo()
|