Home | History | Annotate | Download | only in vcard

Lines Matching refs:mCharset

118     private final String mCharset;
166 mCharset = SHIFT_JIS;
175 mCharset = charset;
197 mCharset = charset;
205 mCharset = VCardConfig.DEFAULT_EXPORT_CHARSET;
216 mCharset = charset;
2127 strArray = str.getBytes(mCharset);
2129 Log.e(LOG_TAG, "Charset " + mCharset + " cannot be used. "