Home
last modified time | relevance | path

Searched refs:DEFAULT_CHARSET (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h30 #define DEFAULT_CHARSET 1 macro
98 int32_t nCharset = DEFAULT_CHARSET);
107 int32_t nCharset = DEFAULT_CHARSET);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp98 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()
DPWL_EditCtrl.cpp26 m_nCharSet(DEFAULT_CHARSET), in CPWL_EditCtrl()
600 return m_nCharSet < 0 ? DEFAULT_CHARSET : m_nCharSet; in GetCharSet()
DPWL_Edit.cpp971 int32_t nNewCharSet = pFontMap->CharSetFromUnicode(nChar, DEFAULT_CHARSET); in OnChar()
/external/apache-http/android/src/com/android/internal/http/multipart/
DStringPart.java59 public static final String DEFAULT_CHARSET = "US-ASCII"; field in StringPart
83 charset == null ? DEFAULT_CHARSET : charset, in StringPart()
DFilePart.java63 public static final String DEFAULT_CHARSET = "ISO-8859-1"; field in FilePart
/external/oauth/core/src/main/java/net/oauth/http/
DHttpMessage.java143 return DEFAULT_CHARSET; in getCharset()
156 public static final String DEFAULT_CHARSET = "ISO-8859-1"; field in HttpMessage
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h51 #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,
Dfxet_edit.h581 int32_t charset = DEFAULT_CHARSET,
585 int32_t charset = DEFAULT_CHARSET,
593 int32_t charset = DEFAULT_CHARSET,
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp35 int32_t nCharset = DEFAULT_CHARSET; in Initialize()
70 int32_t nCharset = DEFAULT_CHARSET; in SetDefaultFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gdifont.cpp182 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()
Dfx_stdfontmgr.cpp486 lfFind.lfCharSet = DEFAULT_CHARSET; in FX_EnumGdiFonts()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp146 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance()
234 lf.lfCharSet = DEFAULT_CHARSET; in GDIFontInstance()
/external/oauth/core/src/main/java/net/oauth/
DOAuthMessage.java155 return HttpMessage.DEFAULT_CHARSET; in getBodyEncoding()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp159 lf.lfCharSet = DEFAULT_CHARSET; in EnumFontList()
343 charset = DEFAULT_CHARSET; in MapFont()
380 if (charset == DEFAULT_CHARSET) { in MapFont()
/external/skia/src/ports/
DSkFontHost_win.cpp124 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/
Dhb-directwrite.cc237 lf->lfCharSet = DEFAULT_CHARSET; in populate_log_font()
Dhb-uniscribe.cc499 lf->lfCharSet = DEFAULT_CHARSET; in populate_log_font()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp292 pLogFont->lfCharSet == DEFAULT_CHARSET || in AddWindowsFont()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp572 m_pEdit->InsertText(m_swText.c_str(), DEFAULT_CHARSET, NULL, NULL, FALSE, in Undo()