OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNSIGNED_INT_MASK
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSCSU.java
688
if(((c-offsets[i]) & UConverterConstants.
UNSIGNED_INT_MASK
) <= 0x7f){
696
return (a & UConverterConstants.
UNSIGNED_INT_MASK
)<=(offsetValue & UConverterConstants.
UNSIGNED_INT_MASK
)+0x7f &
697
((a & UConverterConstants.
UNSIGNED_INT_MASK
)>=(offsetValue & UConverterConstants.
UNSIGNED_INT_MASK
) ||
698
((a & UConverterConstants.
UNSIGNED_INT_MASK
)<=0x7f && ((a & UConverterConstants.
UNSIGNED_INT_MASK
)>=0x20
699
|| ((1L<<(a & UConverterConstants.
UNSIGNED_INT_MASK
))&0x2601)!=0)));
741
if(((c-fixedOffsets[i])&UConverterConstants.
UNSIGNED_INT_MASK
)<=0x7f){
746
if((c&UConverterConstants.
UNSIGNED_INT_MASK
)<0x80)
[
all
...]
UConverterConstants.java
13
static final long
UNSIGNED_INT_MASK
= 0xffffffffL;
CharsetBOCU1.java
92
return (((packed)&UConverterConstants.
UNSIGNED_INT_MASK
)<0x04000000 ? (packed)>>24 : 4);
338
result|=((BOCU1_START_POS_4&UConverterConstants.
UNSIGNED_INT_MASK
))<<24;
[
all
...]
CharsetISO2022.java
[
all
...]
CharsetMBCS.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 2716 milliseconds