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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java60 static final String UNICODE = "Unicode"; field in class:IANACharCode
104 } else if (encoding.equals(UNICODE)) {
137 case CHAR_UNICODE: return UNICODE;
187 if (encoding.equals(UNICODE) ||
346 // Unicode. If there are no flag bytes, then just return UNICODE.
366 return UNICODE;

Completed in 57 milliseconds