/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/icu4c/common/ |
D | bytestriebuilder.cpp | 284 BytesTrieBuilder::getElementUnit(int32_t i, int32_t byteIndex) const { in getElementUnit() 285 return (uint8_t)elements[i].charAt(byteIndex, *strings); in getElementUnit() 294 BytesTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const { in getLimitOfLinearMatch() 298 while(++byteIndex<minStringLength && in getLimitOfLinearMatch() 299 firstElement.charAt(byteIndex, *strings)== in getLimitOfLinearMatch() 300 lastElement.charAt(byteIndex, *strings)) {} in getLimitOfLinearMatch() 301 return byteIndex; in getLimitOfLinearMatch() 305 BytesTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const { in countElementUnits() 309 char byte=elements[i++].charAt(byteIndex, *strings); in countElementUnits() 310 while(i<limit && byte==elements[i].charAt(byteIndex, *strings)) { in countElementUnits() [all …]
|
D | ucnv_u7.c | 215 uint8_t byteIndex; in _UTF7ToUnicodeWithOffsets() local 245 byteIndex=cnv->toULength; in _UTF7ToUnicodeWithOffsets() 248 sourceIndex=byteIndex==0 ? 0 : -1; in _UTF7ToUnicodeWithOffsets() 261 byteIndex=0; in _UTF7ToUnicodeWithOffsets() 272 byteIndex=1; in _UTF7ToUnicodeWithOffsets() 285 byteIndex=0; in _UTF7ToUnicodeWithOffsets() 310 bytes[byteIndex++]=b=*source++; in _UTF7ToUnicodeWithOffsets() 333 byteIndex=1; in _UTF7ToUnicodeWithOffsets() 340 --byteIndex; in _UTF7ToUnicodeWithOffsets() 378 byteIndex=1; in _UTF7ToUnicodeWithOffsets() [all …]
|
D | ucnvbocu.cpp | 949 int8_t byteIndex; in _Bocu1ToUnicodeWithOffsets() local 971 byteIndex=cnv->toULength; in _Bocu1ToUnicodeWithOffsets() 975 sourceIndex=byteIndex==0 ? 0 : -1; in _Bocu1ToUnicodeWithOffsets() 979 if(count>0 && byteIndex>0 && target<targetLimit) { in _Bocu1ToUnicodeWithOffsets() 1061 byteIndex=2; in _Bocu1ToUnicodeWithOffsets() 1077 byteIndex=1; in _Bocu1ToUnicodeWithOffsets() 1088 c=bytes[byteIndex++]=*source++; in _Bocu1ToUnicodeWithOffsets() 1100 byteIndex=0; in _Bocu1ToUnicodeWithOffsets() 1145 cnv->toULength=byteIndex; in _Bocu1ToUnicodeWithOffsets() 1171 int8_t byteIndex; in _Bocu1ToUnicode() local [all …]
|
D | ucnvmbcs.c | 2330 int8_t byteIndex; in ucnv_MBCSToUnicodeWithOffsets() local 2379 byteIndex=cnv->toULength; in ucnv_MBCSToUnicodeWithOffsets() 2392 sourceIndex=byteIndex==0 ? 0 : -1; in ucnv_MBCSToUnicodeWithOffsets() 2411 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets() 2433 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets() 2473 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets() 2508 bytes[byteIndex++]=*source++; in ucnv_MBCSToUnicodeWithOffsets() 2511 entry=stateTable[state][bytes[byteIndex++]=*source++]; in ucnv_MBCSToUnicodeWithOffsets() 2540 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets() 2548 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets() [all …]
|
/external/icu4c/common/unicode/ |
D | bytestriebuilder.h | 123 virtual UChar getElementUnit(int32_t i, int32_t byteIndex) const; 126 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const; 128 virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const; 129 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const; 130 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const; 152 virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length, 158 virtual int32_t writeElementUnits(int32_t i, int32_t byteIndex, int32_t length);
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv_u7.c | 214 uint8_t byteIndex; in _UTF7ToUnicodeWithOffsets() local 244 byteIndex=cnv->toULength; in _UTF7ToUnicodeWithOffsets() 247 sourceIndex=byteIndex==0 ? 0 : -1; in _UTF7ToUnicodeWithOffsets() 260 byteIndex=0; in _UTF7ToUnicodeWithOffsets() 271 byteIndex=1; in _UTF7ToUnicodeWithOffsets() 284 byteIndex=0; in _UTF7ToUnicodeWithOffsets() 309 bytes[byteIndex++]=b=*source++; in _UTF7ToUnicodeWithOffsets() 338 byteIndex=1; in _UTF7ToUnicodeWithOffsets() 349 byteIndex=1; in _UTF7ToUnicodeWithOffsets() 359 byteIndex=0; in _UTF7ToUnicodeWithOffsets() [all …]
|
D | ucnvbocu.c | 944 int8_t byteIndex; in _Bocu1ToUnicodeWithOffsets() local 966 byteIndex=cnv->toULength; in _Bocu1ToUnicodeWithOffsets() 970 sourceIndex=byteIndex==0 ? 0 : -1; in _Bocu1ToUnicodeWithOffsets() 974 if(count>0 && byteIndex>0 && target<targetLimit) { in _Bocu1ToUnicodeWithOffsets() 1056 byteIndex=2; in _Bocu1ToUnicodeWithOffsets() 1072 byteIndex=1; in _Bocu1ToUnicodeWithOffsets() 1083 c=bytes[byteIndex++]=*source++; in _Bocu1ToUnicodeWithOffsets() 1095 byteIndex=0; in _Bocu1ToUnicodeWithOffsets() 1140 cnv->toULength=byteIndex; in _Bocu1ToUnicodeWithOffsets() 1166 int8_t byteIndex; in _Bocu1ToUnicode() local [all …]
|
D | ucnvmbcs.c | 2328 int8_t byteIndex; in ucnv_MBCSToUnicodeWithOffsets() local 2377 byteIndex=cnv->toULength; in ucnv_MBCSToUnicodeWithOffsets() 2390 sourceIndex=byteIndex==0 ? 0 : -1; in ucnv_MBCSToUnicodeWithOffsets() 2409 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets() 2431 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets() 2471 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets() 2506 bytes[byteIndex++]=*source++; in ucnv_MBCSToUnicodeWithOffsets() 2509 entry=stateTable[state][bytes[byteIndex++]=*source++]; in ucnv_MBCSToUnicodeWithOffsets() 2538 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets() 2546 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets() [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/chromium_org/third_party/WebKit/Source/wtf/ |
D | PartitionAlloc.cpp | 487 size_t byteIndex = raw >> 3; in registerSuperPage() local 489 ASSERT(byteIndex < sizeof(s_bitmap)); in registerSuperPage() 492 s_bitmap[byteIndex] |= (1 << bit); in registerSuperPage() 501 size_t byteIndex = raw >> 3; in unregisterSuperPage() local 503 ASSERT(byteIndex < sizeof(s_bitmap)); in unregisterSuperPage() 506 s_bitmap[byteIndex] &= ~(1 << bit); in unregisterSuperPage()
|
D | PartitionAlloc.h | 254 size_t byteIndex = raw >> 3; in isPointerInSuperPage() local 256 ASSERT(byteIndex < sizeof(s_bitmap)); in isPointerInSuperPage() 257 return s_bitmap[byteIndex] & (1 << bit); in isPointerInSuperPage()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | csrsbcs.cpp | 21 :byteIndex(0), ngram(0) in NGramParser() 90 if (byteIndex >= det->fInputLen) { in nextByte() 94 return det->fInputBytes[byteIndex++]; in nextByte()
|
D | csrsbcs.h | 22 int32_t byteIndex;
|
/external/icu4c/i18n/ |
D | csrsbcs.cpp | 23 :byteIndex(0), ngram(0) in NGramParser() 92 if (byteIndex >= det->fInputLen) { in nextByte() 96 return det->fInputBytes[byteIndex++]; in nextByte()
|
D | csrsbcs.h | 22 int32_t byteIndex;
|
/external/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 200 } byteIndex; member
|
/external/chromium_org/third_party/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 200 } byteIndex; member
|