/external/proguard/src/proguard/classfile/constant/ |
D | Utf8Constant.java | 207 int byteIndex = 0; in getByteArrayRepresentation() 214 bytes[byteIndex++] = (byte)TWO_BYTE_CONSTANT1; in getByteArrayRepresentation() 215 bytes[byteIndex++] = (byte)TWO_BYTE_CONSTANT2; in getByteArrayRepresentation() 220 bytes[byteIndex++] = (byte)c; in getByteArrayRepresentation() 225 … bytes[byteIndex++] = (byte)(TWO_BYTE_CONSTANT1 | ((c >>> TWO_BYTE_SHIFT1) & TWO_BYTE_MASK1)); in getByteArrayRepresentation() 226 … bytes[byteIndex++] = (byte)(TWO_BYTE_CONSTANT2 | ( c & TWO_BYTE_MASK2)); in getByteArrayRepresentation() 231 …bytes[byteIndex++] = (byte)(THREE_BYTE_CONSTANT1 | ((c >>> THREE_BYTE_SHIFT1) & THREE_BYTE_MASK1)); in getByteArrayRepresentation() 232 …bytes[byteIndex++] = (byte)(THREE_BYTE_CONSTANT2 | ((c >>> THREE_BYTE_SHIFT2) & THREE_BYTE_MASK2)); in getByteArrayRepresentation() 233 …bytes[byteIndex++] = (byte)(THREE_BYTE_CONSTANT3 | ( c & THREE_BYTE_MASK3)); in getByteArrayRepresentation() 255 int byteIndex = 0; in getStringRepresentation() local [all …]
|
/external/icu/icu4c/source/common/ |
D | bytestriebuilder.cpp | 286 BytesTrieBuilder::getElementUnit(int32_t i, int32_t byteIndex) const { in getElementUnit() 287 return (uint8_t)elements[i].charAt(byteIndex, *strings); in getElementUnit() 296 BytesTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const { in getLimitOfLinearMatch() 300 while(++byteIndex<minStringLength && in getLimitOfLinearMatch() 301 firstElement.charAt(byteIndex, *strings)== in getLimitOfLinearMatch() 302 lastElement.charAt(byteIndex, *strings)) {} in getLimitOfLinearMatch() 303 return byteIndex; in getLimitOfLinearMatch() 307 BytesTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const { in countElementUnits() 311 char byte=elements[i++].charAt(byteIndex, *strings); in countElementUnits() 312 while(i<limit && byte==elements[i].charAt(byteIndex, *strings)) { in countElementUnits() [all …]
|
D | ucnv_u7.c | 218 uint8_t byteIndex; in _UTF7ToUnicodeWithOffsets() local 248 byteIndex=cnv->toULength; in _UTF7ToUnicodeWithOffsets() 251 sourceIndex=byteIndex==0 ? 0 : -1; in _UTF7ToUnicodeWithOffsets() 264 byteIndex=0; in _UTF7ToUnicodeWithOffsets() 275 byteIndex=1; in _UTF7ToUnicodeWithOffsets() 288 byteIndex=0; in _UTF7ToUnicodeWithOffsets() 313 bytes[byteIndex++]=b=*source++; in _UTF7ToUnicodeWithOffsets() 336 byteIndex=1; in _UTF7ToUnicodeWithOffsets() 343 --byteIndex; in _UTF7ToUnicodeWithOffsets() 381 byteIndex=1; in _UTF7ToUnicodeWithOffsets() [all …]
|
D | ucnvbocu.cpp | 966 int8_t byteIndex; in _Bocu1ToUnicodeWithOffsets() local 988 byteIndex=cnv->toULength; in _Bocu1ToUnicodeWithOffsets() 992 sourceIndex=byteIndex==0 ? 0 : -1; in _Bocu1ToUnicodeWithOffsets() 996 if(count>0 && byteIndex>0 && target<targetLimit) { in _Bocu1ToUnicodeWithOffsets() 1078 byteIndex=2; in _Bocu1ToUnicodeWithOffsets() 1094 byteIndex=1; in _Bocu1ToUnicodeWithOffsets() 1105 c=bytes[byteIndex++]=*source++; in _Bocu1ToUnicodeWithOffsets() 1117 byteIndex=0; in _Bocu1ToUnicodeWithOffsets() 1162 cnv->toULength=byteIndex; in _Bocu1ToUnicodeWithOffsets() 1188 int8_t byteIndex; in _Bocu1ToUnicode() local [all …]
|
D | ucnvmbcs.cpp | 2477 int8_t byteIndex; in ucnv_MBCSToUnicodeWithOffsets() local 2526 byteIndex=cnv->toULength; in ucnv_MBCSToUnicodeWithOffsets() 2539 sourceIndex=byteIndex==0 ? 0 : -1; in ucnv_MBCSToUnicodeWithOffsets() 2558 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets() 2580 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets() 2620 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets() 2655 bytes[byteIndex++]=*source++; in ucnv_MBCSToUnicodeWithOffsets() 2658 entry=stateTable[state][bytes[byteIndex++]=*source++]; in ucnv_MBCSToUnicodeWithOffsets() 2687 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets() 2695 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestriebuilder.h | 130 virtual UChar getElementUnit(int32_t i, int32_t byteIndex) const; 133 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const; 135 virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const; 136 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const; 137 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const; 158 virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length, 164 virtual int32_t writeElementUnits(int32_t i, int32_t byteIndex, int32_t length);
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetUTF7.java | 194 int byteIndex; in decodeLoop() local 211 byteIndex=toULength; in decodeLoop() 213 sourceIndex=byteIndex==0 ? 0 : -1; in decodeLoop() 227 byteIndex=0; in decodeLoop() 239 byteIndex=1; in decodeLoop() 258 byteIndex=0; in decodeLoop() 284 toUBytesArray[byteIndex++]=(byte)b; in decodeLoop() 307 byteIndex=1; in decodeLoop() 314 --byteIndex; in decodeLoop() 360 byteIndex=1; in decodeLoop() [all …]
|
D | CharsetBOCU1.java | 688 int byteIndex; 812 byteIndex = toULength; in decodeLoop() 816 sourceIndex=byteIndex==0 ? 0 : -1; in decodeLoop() 820 if(count>0 && byteIndex>0 && target.position()<target.limit()) { in decodeLoop() 891 c = bytes[byteIndex++] = source.get(); in getTrail() 904 byteIndex=0; in getTrail() 972 byteIndex = 2; in afterGetTrail() 988 byteIndex = 1; in afterGetTrail() 1047 toULength=byteIndex; in endLoop()
|
D | CharsetMBCS.java | 2011 int byteIndex; in cnvMBCSToUnicodeWithOffsets() local 2053 byteIndex = toULength; in cnvMBCSToUnicodeWithOffsets() 2066 sourceIndex = byteIndex == 0 ? 0 : -1; in cnvMBCSToUnicodeWithOffsets() 2083 if (byteIndex == 0) { in cnvMBCSToUnicodeWithOffsets() 2108 byteIndex = 1; in cnvMBCSToUnicodeWithOffsets() 2141 bytes[byteIndex++] = source.get(sourceArrayIndex++); in cnvMBCSToUnicodeWithOffsets() 2144 entry = stateTable[state][(bytes[byteIndex++] = source.get(sourceArrayIndex++)) in cnvMBCSToUnicodeWithOffsets() 2174 byteIndex = 0; in cnvMBCSToUnicodeWithOffsets() 2182 byteIndex = 0; in cnvMBCSToUnicodeWithOffsets() 2186 cr[0] = CoderResult.malformedForLength(byteIndex); in cnvMBCSToUnicodeWithOffsets() [all …]
|
/external/clang/test/Analysis/ |
D | reference.cpp | 177 int refParam(int &byteIndex) { in refParam() argument 178 return byteIndex; in refParam() 187 int ptrRefParam(int *&byteIndex) { in ptrRefParam() argument 188 return *byteIndex; // expected-warning {{Dereference of null pointer}} in ptrRefParam()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetRecog_sbcs.java | 31 protected int byteIndex = 0; field in CharsetRecog_sbcs.NGramParser 112 if (byteIndex >= det.fInputLen) { in nextByte() 116 return det.fInputBytes[byteIndex++] & 0xFF; in nextByte() 219 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) { in nextByte() 224 alef = isLamAlef(det.fInputBytes[byteIndex]); in nextByte() 228 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte() 230 byteIndex++; in nextByte()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_sbcs.java | 30 protected int byteIndex = 0; field in CharsetRecog_sbcs.NGramParser 111 if (byteIndex >= det.fInputLen) { in nextByte() 115 return det.fInputBytes[byteIndex++] & 0xFF; in nextByte() 218 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) { in nextByte() 223 alef = isLamAlef(det.fInputBytes[byteIndex]); in nextByte() 227 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte() 229 byteIndex++; in nextByte()
|
/external/icu/icu4c/source/i18n/ |
D | csrsbcs.cpp | 24 : ngram(0), byteIndex(0) in NGramParser() 97 if (byteIndex >= det->fInputLen) { in nextByte() 101 return det->fInputBytes[byteIndex++]; in nextByte() 195 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) { in nextByte() 200 alef = isLamAlef(det->fInputBytes[byteIndex]); in nextByte() 204 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte() 206 byteIndex++; in nextByte()
|
D | csrsbcs.h | 31 int32_t byteIndex;
|
/external/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 199 } byteIndex; member
|
/external/lzma/C/ |
D | 7zArcIn.c | 1331 UInt32 byteIndex = (i - 1) >> 3; in SzReadHeader2() local 1332 p->IsDirs[byteIndex] = isDirMask; in SzReadHeader2() 1333 p->CRCs.Defs[byteIndex] = crcMask; in SzReadHeader2() 1432 UInt32 byteIndex = (i - 1) >> 3; in SzReadHeader2() local 1433 p->IsDirs[byteIndex] = isDirMask; in SzReadHeader2() 1434 p->CRCs.Defs[byteIndex] = crcMask; in SzReadHeader2()
|
/external/protobuf/objectivec/ |
D | GPBUtilities.m | 113 uint32_t byteIndex = idx / 32; 116 (self->messageStorage_->_has_storage_[byteIndex] & bitMask) ? YES : NO;
|