Home | History | Annotate | Download | only in map

Lines Matching defs:mCharset

54     protected String mCharset = null;
735 mCharset = arg[1].trim();
1023 if (mCharset != null && !mCharset.isEmpty()) {
1024 sb.append("CHARSET:").append(mCharset).append("\r\n");