Searched defs:canonical (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/
H A DCharsetUtil.java797 private String canonical = null; field in class:CharsetUtil.Charset
801 private Charset(String canonical, String mime, String[] aliases) { argument
802 this.canonical = canonical;
808 return this.canonical.compareTo(c.canonical);
1002 * Contains the canonical names of character sets which can be used to
1008 * Contains the canonical names of character sets which can be used to
1025 String s = new String(dummy, JAVA_CHARSETS[i].canonical);
1026 decodingSupported.add(JAVA_CHARSETS[i].canonical
[all...]

Completed in 17 milliseconds