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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java83 protected static final byte[] UNICODE_BIG_FLAG = field in class:IANACharCode
356 } else if (bytes[0] == UNICODE_BIG_FLAG[0] &&
357 bytes[1] == UNICODE_BIG_FLAG[1]) {
376 flaggedBytes[0] = UNICODE_BIG_FLAG[0];
377 flaggedBytes[1] = UNICODE_BIG_FLAG[1];

Completed in 59 milliseconds