Searched refs:nextOffset (Results 1 - 25 of 37) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUPropertyAliases.java96 int nextOffset=inIndexes[IX_BYTE_TRIES_OFFSET];
97 int numInts=(nextOffset-offset)/4;
101 offset=nextOffset;
102 nextOffset=inIndexes[IX_NAME_GROUPS_OFFSET];
103 int numBytes=nextOffset-offset;
108 offset=nextOffset;
109 nextOffset=inIndexes[IX_RESERVED3_OFFSET];
110 numBytes=nextOffset-offset;
H A DNormalizer2Impl.java455 int nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET];
458 if(trieLength>(nextOffset-offset)) {
461 ICUBinary.skipBytes(bytes, (nextOffset-offset)-trieLength); // skip padding after trie bytes
464 offset=nextOffset;
465 nextOffset=inIndexes[IX_SMALL_FCD_OFFSET];
466 int numChars=(nextOffset-offset)/2;
473 offset=nextOffset;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUPropertyAliases.java95 int nextOffset=inIndexes[IX_BYTE_TRIES_OFFSET];
96 int numInts=(nextOffset-offset)/4;
100 offset=nextOffset;
101 nextOffset=inIndexes[IX_NAME_GROUPS_OFFSET];
102 int numBytes=nextOffset-offset;
107 offset=nextOffset;
108 nextOffset=inIndexes[IX_RESERVED3_OFFSET];
109 numBytes=nextOffset-offset;
H A DNormalizer2Impl.java451 int nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET];
454 if(trieLength>(nextOffset-offset)) {
457 ICUBinary.skipBytes(bytes, (nextOffset-offset)-trieLength); // skip padding after trie bytes
460 offset=nextOffset;
461 nextOffset=inIndexes[IX_SMALL_FCD_OFFSET];
462 int numChars=(nextOffset-offset)/2;
469 offset=nextOffset;
/external/icu/icu4c/source/common/
H A Ddictionarydata.cpp220 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET]; local
223 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
234 offset = nextOffset;
235 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET];
236 offset = nextOffset;
237 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE];
238 offset = nextOffset;
H A Dloadednormalizer2impl.cpp93 int32_t nextOffset=inIndexes[IX_EXTRA_DATA_OFFSET]; local
95 inBytes+offset, nextOffset-offset, NULL,
101 offset=nextOffset;
102 nextOffset=inIndexes[IX_SMALL_FCD_OFFSET];
106 offset=nextOffset;
H A Dnormalizer2impl.cpp2022 int32_t i, offset, nextOffset, size; local
2086 nextOffset=indexes[Normalizer2Impl::IX_NORM_TRIE_OFFSET];
2087 ds->swapArray32(ds, inBytes, nextOffset-offset, outBytes, pErrorCode);
2088 offset=nextOffset;
2091 nextOffset=indexes[Normalizer2Impl::IX_EXTRA_DATA_OFFSET];
2092 utrie2_swap(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);
2093 offset=nextOffset;
2096 nextOffset=indexes[Normalizer2Impl::IX_SMALL_FCD_OFFSET];
2097 ds->swapArray16(ds, inBytes+offset, nextOffset-offset, outBytes+offset, pErrorCode);
2098 offset=nextOffset;
[all...]
/external/dng_sdk/source/
H A Ddng_iptc.cpp246 uint64 nextOffset = firstOffset; local
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/
H A Dgenmbcs.cpp568 uint32_t blockSize, newTop, i, nextOffset, newBlock, min; local
587 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK&~(MBCS_UTF8_STAGE_3_BLOCKS-1);
589 nextOffset=(c>>MBCS_STAGE_2_SHIFT)&MBCS_STAGE_2_BLOCK_MASK;
595 min=newBlock-nextOffset; /* minimum block start with overlap */
616 idx=mbcsData->stage1[idx]+nextOffset;
620 nextOffset=c&MBCS_UTF8_STAGE_3_BLOCK_MASK;
623 nextOffset=c&MBCS_STAGE_3_BLOCK_MASK;
629 min=newBlock-nextOffset; /* minimum block start with overlap */
650 p=stage3+mbcsData->stage2Single[idx]+nextOffset;
687 uint32_t blockSize, newTop, i, nextOffset, newBloc local
[all...]
H A Dgencnvex.c823 int32_t i1, i2, i3, i3b, nextOffset, min, newBlock; local
839 nextOffset=(c>>4)&0x3f;
844 min=newBlock-nextOffset; /* minimum block start with overlap */
857 i2=extData->stage1[i1]+nextOffset;
858 nextOffset=c&0xf;
863 min=newBlock-nextOffset; /* minimum block start with overlap */
879 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
898 if(nextOffset==MBCS_STAGE_3_BLOCK_SIZE-1) {
899 for(min=i3-nextOffset;
/external/mdnsresponder/mDNSShared/
H A DGenLinkedList.c218 size_t nextOffset; local
220 nextOffset = GETOFFSET( elem, pList->LinkOffset);
222 return nextOffset ? (char*) elem + nextOffset : NULL;
/external/icu/icu4c/source/i18n/
H A Dcollationdata.cpp345 int32_t nextOffset = offset; local
351 nextOffset = newLeadByte - (scriptStarts[i] >> 8);
352 if(nextOffset != offset) { break; }
360 offset = nextOffset;
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationData.java434 int nextOffset = offset;
440 nextOffset = newLeadByte - (scriptStarts[i] >> 8);
441 if(nextOffset != offset) { break; }
449 offset = nextOffset;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationData.java432 int nextOffset = offset;
438 nextOffset = newLeadByte - (scriptStarts[i] >> 8);
439 if(nextOffset != offset) { break; }
447 offset = nextOffset;
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java159 int nextOffset =
163 InstructionFactory.create(codeAttribute.code, nextOffset);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormatSymbols.java1281 int nextOffset = offset + Character.charCount(cp);
1282 digits[i] = digitString.substring(offset, nextOffset);
1283 offset = nextOffset;
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp1011 unsigned nextOffset = char_offset; local
1016 //ignore empties, but if the nextOffset would exceed the length or not match, exit; we've found the last matching character
1017 if((*curr).size() > char_offset && ((*curr).size() <= (nextOffset + 1) || (*curr)[nextOffset] != (*first)[nextOffset])) {
1023 ++nextOffset;
1025 char_offset = nextOffset;
1033 unsigned nextOffset = char_offset; local
1038 //ignore empties, but if the nextOffset would exceed the length or not match, exit; we've found the last matching character
1039 if(length(*curr) > char_offset && (length(*curr) <= (nextOffset
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java733 private void markAfterBranchOrigin(int nextOffset) argument
735 instructionMarks[nextOffset] |= AFTER_BRANCH;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DStringTrieBuilder.java452 int nextOffset=stringOffset+length-maxLinearMatchLength;
455 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTrieBuilder.java454 int nextOffset=stringOffset+length-maxLinearMatchLength;
457 new LinearMatchNode(strings, nextOffset, maxLinearMatchLength, next);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java1359 int nextOffset = offset + Character.charCount(cp);
1360 digits[i] = digitString.substring(offset, nextOffset);
1361 offset = nextOffset;
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java394 int nextOffset = offset + instruction.length(offset);
395 if (!isInstructionNecessary(nextOffset))
397 replaceByInfiniteLoop(clazz, nextOffset);
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1492 uint64_t nextOffset = FPROffset; local
1499 MachinePointerInfo(SV, nextOffset), MVT::i8,
1501 nextOffset += StackOffset;
1507 MachinePointerInfo(SV, nextOffset),
1509 nextOffset += FrameOffset;
1514 MachinePointerInfo(SV, nextOffset),
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2626 uint64_t nextOffset = FPROffset; local
2633 MachinePointerInfo(SV, nextOffset), MVT::i8,
2635 nextOffset += StackOffset;
2641 MachinePointerInfo(SV, nextOffset),
2643 nextOffset += FrameOffset;
2648 MachinePointerInfo(SV, nextOffset),
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 867 milliseconds

12