Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_MASK (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java692 if(((c-offsets[i]) & UConverterConstants.UNSIGNED_INT_MASK) <= 0x7f){ in getWindow()
700 …return (a & UConverterConstants.UNSIGNED_INT_MASK)<=(offsetValue & UConverterConstants.UNSIGNED_IN… in isInOffsetWindowOrDirect()
701 …((a & UConverterConstants.UNSIGNED_INT_MASK)>=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK in isInOffsetWindowOrDirect()
702 …((a & UConverterConstants.UNSIGNED_INT_MASK)<=0x7f && ((a & UConverterConstants.UNSIGNED_INT_MASK)… in isInOffsetWindowOrDirect()
703 … || ((1L<<(a & UConverterConstants.UNSIGNED_INT_MASK))&0x2601)!=0))); in isInOffsetWindowOrDirect()
745 if(((c-fixedOffsets[i])&UConverterConstants.UNSIGNED_INT_MASK)<=0x7f){ in getDynamicOffset()
750 if((c&UConverterConstants.UNSIGNED_INT_MASK)<0x80){ in getDynamicOffset()
753 …}else if((c&UConverterConstants.UNSIGNED_INT_MASK)<0x3400 || ((c-0x10000)&UConverterConstants.UNSI… in getDynamicOffset()
754 ((c-0x1d000)&UConverterConstants.UNSIGNED_INT_MASK)<=(0x1ffff-0x1d000)){ in getDynamicOffset()
758 …ConverterConstants.UNSIGNED_INT_MASK) && (c&UConverterConstants.UNSIGNED_INT_MASK)!=0xfeff && (c&U… in getDynamicOffset()
[all …]
DUConverterConstants.java15 static final long UNSIGNED_INT_MASK = 0xffffffffL; field
DCharsetBOCU1.java94 return (((packed)&UConverterConstants.UNSIGNED_INT_MASK)<0x04000000 ? (packed)>>24 : 4); in BOCU1_LENGTH_FROM_PACKED()
340 result|=((BOCU1_START_POS_4&UConverterConstants.UNSIGNED_INT_MASK))<<24; in packDiff()
969 … if(c<0 || ((c = prev + diff + c)&UConverterConstants.UNSIGNED_INT_MASK)>0x10ffff) { in afterGetTrail()
DCharsetISO2022.java1269 …if ((UConverterConstants.UNSIGNED_INT_MASK&targetUniChar) < (UConverterConstants.UNSIGNED_INT_MASK in decodeLoop()
1274 …} else if ((UConverterConstants.UNSIGNED_INT_MASK&targetUniChar) > (UConverterConstants.UNSIGNED_I… in decodeLoop()
1662 return (int)(UConverterConstants.UNSIGNED_INT_MASK & 0xfffe); in jisx201FromU()
1888 … targetValue = (int)(UConverterConstants.UNSIGNED_INT_MASK & (sourceChar - (HWKANA_START - 0x21))); in encodeLoop()
1895 … targetValue = (int)(UConverterConstants.UNSIGNED_INT_MASK & (sourceChar - (HWKANA_START - 0xa1))); in encodeLoop()
DCharsetMBCS.java1550 word0 = TO_U_MAKE_WORD((byte) byt, 0) & UConverterConstants.UNSIGNED_INT_MASK; in findToU()
1572 …word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) { in findToU()
1576 …word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) { in findToU()
1580 …word0 <= (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK)) { in findToU()
1589 … if (word < (toUSection.get(toUSection.position() + i) & UConverterConstants.UNSIGNED_INT_MASK)) { in findToU()
1598 … word = (toUSection.get(toUSection.position() + start) & UConverterConstants.UNSIGNED_INT_MASK); in findToU()