HomeSort by relevance Sort by last modified time
    Searched refs:nextOffset (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UPropertyAliases.java 93 int nextOffset=inIndexes[IX_BYTE_TRIES_OFFSET];
94 int numInts=(nextOffset-offset)/4;
98 offset=nextOffset;
99 nextOffset=inIndexes[IX_NAME_GROUPS_OFFSET];
100 int numBytes=nextOffset-offset;
105 offset=nextOffset;
106 nextOffset=inIndexes[IX_RESERVED3_OFFSET];
107 numBytes=nextOffset-offset;
Normalizer2Impl.java 449 int nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET];
452 if(trieLength>(nextOffset-offset)) {
455 ICUBinary.skipBytes(bytes, (nextOffset-offset)-trieLength); // skip padding after trie bytes
458 offset=nextOffset;
459 nextOffset=inIndexes[IX_SMALL_FCD_OFFSET];
460 int numChars=(nextOffset-offset)/2;
467 offset=nextOffset;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UPropertyAliases.java 92 int nextOffset=inIndexes[IX_BYTE_TRIES_OFFSET];
93 int numInts=(nextOffset-offset)/4;
97 offset=nextOffset;
98 nextOffset=inIndexes[IX_NAME_GROUPS_OFFSET];
99 int numBytes=nextOffset-offset;
104 offset=nextOffset;
105 nextOffset=inIndexes[IX_RESERVED3_OFFSET];
106 numBytes=nextOffset-offset;
Normalizer2Impl.java 445 int nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET];
448 if(trieLength>(nextOffset-offset)) {
451 ICUBinary.skipBytes(bytes, (nextOffset-offset)-trieLength); // skip padding after trie bytes
454 offset=nextOffset;
455 nextOffset=inIndexes[IX_SMALL_FCD_OFFSET];
456 int numChars=(nextOffset-offset)/2;
463 offset=nextOffset;
    [all...]
  /external/icu/icu4c/source/common/
dictionarydata.cpp 218 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET];
221 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
232 offset = nextOffset;
233 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET];
234 offset = nextOffset;
235 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE];
236 offset = nextOffset;
loadednormalizer2impl.cpp 91 int32_t nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET];
93 inBytes+offset, nextOffset-offset, NULL,
99 offset=nextOffset;
100 nextOffset=inIndexes[IX_SMALL_FCD_OFFSET];
104 offset=nextOffset;
normalizer2impl.cpp     [all...]
  /external/dng_sdk/source/
dng_iptc.cpp 246 uint64 nextOffset = firstOffset;
248 while (nextOffset + 5 < stream.Length ())
251 stream.SetReadPosition (nextOffset);
261 nextOffset = stream.Position () + dataSize;
332 nextOffset = firstOffset;
334 while (nextOffset + 5 < stream.Length ())
337 stream.SetReadPosition (nextOffset);
347 nextOffset = stream.Position () + dataSize;
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 566 uint32_t blockSize, newTop, i, nextOffset, newBlock, min;
585 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK&~(MBCS_UTF8_STAGE_3_BLOCKS-1);
587 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK;
593 min=newBlock-nextOffset; /* minimum block start with overlap */
614 idx=mbcsData->stage1[idx]+nextOffset;
618 nextOffset=c&MBCS_UTF8_STAGE_3_BLOCK_MASK;
621 nextOffset=c&MBCS_STAGE_3_BLOCK_MASK;
627 min=newBlock-nextOffset; /* minimum block start with overlap */
648 p=stage3+mbcsData->stage2Single[idx]+nextOffset;
685 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap
    [all...]
gencnvex.c 821 int32_t i1, i2, i3, i3b, nextOffset, min, newBlock;
837 nextOffset=(c>>4)&0x3f;
842 min=newBlock-nextOffset; /* minimum block start with overlap */
855 i2=extData->stage1[i1]+nextOffset;
856 nextOffset=c&0xf;
861 min=newBlock-nextOffset; /* minimum block start with overlap */
877 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
896 if(nextOffset==MBCS_STAGE_3_BLOCK_SIZE-1) {
897 for(min=i3-nextOffset;
    [all...]
  /external/mdnsresponder/mDNSShared/
GenLinkedList.c 218 size_t nextOffset;
220 nextOffset = GETOFFSET( elem, pList->LinkOffset);
222 return nextOffset ? (char*) elem + nextOffset : NULL;
  /external/icu/icu4c/source/i18n/
collationdata.cpp 343 int32_t nextOffset = offset;
349 nextOffset = newLeadByte - (scriptStarts[i] >> 8);
350 if(nextOffset != offset) { break; }
358 offset = nextOffset;
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 161 int nextOffset = endOffset;
165 nextOffset = off;
172 observer.parsed(bytes, offset, nextOffset - offset, human);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationData.java 432 int nextOffset = offset;
438 nextOffset = newLeadByte - (scriptStarts[i] >> 8);
439 if(nextOffset != offset) { break; }
447 offset = nextOffset;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationData.java 430 int nextOffset = offset;
436 nextOffset = newLeadByte - (scriptStarts[i] >> 8);
437 if(nextOffset != offset) { break; }
445 offset = nextOffset;
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 159 int nextOffset =
163 InstructionFactory.create(codeAttribute.code, nextOffset);
  /build/tools/zipalign/
ZipFile.cpp 1058 long nextOffset;
1065 nextOffset = 0;
1066 for (int ii = i+1; nextOffset == 0 && ii < count; ii++)
1067 nextOffset = mEntries[ii]->getLFHOffset();
1068 if (nextOffset == 0)
1069 nextOffset = mEOCD.mCentralDirOffset;
1070 span = nextOffset - pEntry->getLFHOffset();
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 975 long nextOffset;
982 nextOffset = 0;
983 for (int ii = i+1; nextOffset == 0 && ii < count; ii++)
984 nextOffset = mEntries[ii]->getLFHOffset();
985 if (nextOffset == 0)
986 nextOffset = mEOCD.mCentralDirOffset;
987 span = nextOffset - pEntry->getLFHOffset();
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp     [all...]
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 733 private void markAfterBranchOrigin(int nextOffset)
735 instructionMarks[nextOffset] |= AFTER_BRANCH;
  /frameworks/av/media/mtp/
MtpDevice.cpp 758 const uint32_t nextOffset = offset + writeLength;
759 if (nextOffset < length) {
761 const size_t remaining = length - nextOffset;
778 offset = nextOffset;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 450 int nextOffset=stringOffset+length-maxLinearMatchLength;
453 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 452 int nextOffset=stringOffset+length-maxLinearMatchLength;
455 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mswsock.h 142 DWORD nextOffset;

Completed in 1284 milliseconds

1 2 3 4 5 6 7