HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_CHARSET (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/base/core/java/com/android/internal/http/multipart/
StringPart.java 59 public static final String DEFAULT_CHARSET = "US-ASCII";
76 * the {@link #DEFAULT_CHARSET default} is used
83 charset == null ? DEFAULT_CHARSET : charset,
FilePart.java 63 public static final String DEFAULT_CHARSET = "ISO-8859-1";
89 * {@link #DEFAULT_CHARSET default} is used
138 * {@link #DEFAULT_CHARSET default} is used
172 * {@link #DEFAULT_CHARSET default} is used
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 26 #define DEFAULT_CHARSET 1
98 FX_INT32 AddFontData(CPDF_Font* pFont, const CFX_ByteString& sFontAlias, FX_INT32 nCharset = DEFAULT_CHARSET);
105 FX_INT32 FindFont(const CFX_ByteString& sFontName, FX_INT32 nCharset = DEFAULT_CHARSET);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
JavaNetHttpHelper.java 40 private static final String DEFAULT_CHARSET = "UTF-8";
156 DEFAULT_CHARSET + ")");
159 new InputStreamReader(c.getInputStream(), DEFAULT_CHARSET));
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list_win.cc 64 logfont.lfCharSet = DEFAULT_CHARSET;
77 logfont.lfCharSet = DEFAULT_CHARSET;
  /external/chromium_org/content/common/
font_list_win.cc 37 logfont.lfCharSet = DEFAULT_CHARSET;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 102 if (nCharset == DEFAULT_CHARSET ||
123 nNewFontIndex = this->GetFontIndex("Arial Unicode MS", DEFAULT_CHARSET, FALSE);
241 if (nCharset == DEFAULT_CHARSET || nCharset == pData->nCharset)
363 if (nCharset == DEFAULT_CHARSET)
409 if (nCharset == DEFAULT_CHARSET) nCharset = GetNativeCharset();
534 if (nOldCharset != DEFAULT_CHARSET) return nOldCharset;
PWL_EditCtrl.cpp 27 m_nCharSet(DEFAULT_CHARSET),
703 return DEFAULT_CHARSET;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-javamail.jar 
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 143 return DEFAULT_CHARSET;
156 public static final String DEFAULT_CHARSET = "ISO-8859-1";
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
EncodedStringValue.java 70 this(CharacterSets.DEFAULT_CHARSET, data);
76 mCharacterSet = CharacterSets.DEFAULT_CHARSET;
CharacterSets.java 51 public static final int DEFAULT_CHARSET = UTF_8;
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 31 #ifndef DEFAULT_CHARSET
32 #define DEFAULT_CHARSET 1
291 virtual void SetText(FX_LPCWSTR text,FX_INT32 charset = DEFAULT_CHARSET,
294 virtual FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps * pWordProps = NULL) = 0;
298 virtual FX_BOOL InsertText(FX_LPCWSTR text, FX_INT32 charset = DEFAULT_CHARSET,
fxet_edit.h 625 void SetText(FX_LPCWSTR text,FX_INT32 charset = DEFAULT_CHARSET,
627 FX_BOOL InsertWord(FX_WORD word, FX_INT32 charset = DEFAULT_CHARSET, const CPVT_WordProps * pWordProps = NULL);
633 FX_BOOL InsertText(FX_LPCWSTR text, FX_INT32 charset = DEFAULT_CHARSET,
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 48 FX_INT32 nCharset = DEFAULT_CHARSET;
86 FX_INT32 nCharset = DEFAULT_CHARSET;
  /libcore/luni/src/main/java/java/nio/charset/
Charset.java 158 private static final Charset DEFAULT_CHARSET = getDefaultCharset();
554 return DEFAULT_CHARSET;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 30 DEFAULT_CHARSET = 'us-ascii'
204 def __init__(self, input_charset=DEFAULT_CHARSET):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 30 DEFAULT_CHARSET = 'us-ascii'
204 def __init__(self, input_charset=DEFAULT_CHARSET):
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 146 lf.lfCharSet = DEFAULT_CHARSET;
234 lf.lfCharSet = DEFAULT_CHARSET;
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 155 return HttpMessage.DEFAULT_CHARSET;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 100 private static final String DEFAULT_CHARSET = "UTF-8";
217 mCurrentCharset = DEFAULT_CHARSET;
    [all...]
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 145 lf.lfCharSet = DEFAULT_CHARSET;
305 charset = DEFAULT_CHARSET;
338 if (charset == DEFAULT_CHARSET) {
    [all...]

Completed in 1008 milliseconds

1 2