Searched refs:setOffset (Results 1 - 25 of 138) sorted by relevance

123456

/external/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c262 uint16_t offset=0, setOffset=0; local
264 setOffset=offset;
266 UTF16_NEXT_CHAR_UNSAFE(input, setOffset, c);
267 if(setOffset != movedOffset[i]){
269 offset, movedOffset[i], setOffset);
275 setOffset=offset;
276 U16_NEXT_UNSAFE(input, setOffset, c);
277 if(setOffset != movedOffset[i]){
279 offset, movedOffset[i], setOffset);
286 setOffset
653 uint16_t offset=0, setOffset=0; local
[all...]
H A Dutf8tst.c343 int32_t setOffset=0; local
347 setOffset=offset;
348 UTF8_NEXT_CHAR_SAFE(input, setOffset, sizeof(input), c, FALSE);
349 if(setOffset != movedOffset[j]) {
351 offset, movedOffset[j], setOffset);
357 setOffset=offset;
358 U8_NEXT(input, setOffset, sizeof(input), c);
359 if(setOffset != movedOffset[j]) {
361 offset, movedOffset[j], setOffset);
368 setOffset
852 int32_t offset=0, setOffset=0; local
894 int32_t offset=0, setOffset=0; local
[all...]
/external/skia/experimental/svg/model/
H A DSkSVGStop.cpp14 void SkSVGStop::setOffset(const SkSVGLength& offset) { function in class:SkSVGStop
30 this->setOffset(*offset);
H A DSkSVGStop.h27 void setOffset(const SkSVGLength&);
/external/skqp/experimental/svg/model/
H A DSkSVGStop.cpp14 void SkSVGStop::setOffset(const SkSVGLength& offset) { function in class:SkSVGStop
30 this->setOffset(*offset);
H A DSkSVGStop.h27 void setOffset(const SkSVGLength&);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DFixedPointPreCompInfo.java28 public void setOffset(ECPoint offset) method in class:FixedPointPreCompInfo
/external/llvm/unittests/DebugInfo/PDB/
H A DMappedBlockStreamTest.cpp129 R.setOffset(6);
156 R.setOffset(10);
169 R.setOffset(6);
211 R.setOffset(2);
231 R.setOffset(4);
333 Reader.setOffset(0);
334 Writer.setOffset(0);
342 Reader.setOffset(0);
343 Writer.setOffset(0);
351 Reader.setOffset(
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderTypeList.java63 public void setOffset(int offset) { method in class:BuilderTypeList
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsMCSymbolRefExpr.h63 void setOffset(int O) { Offset = O; } function in class:llvm::MipsMCSymbolRefExpr
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_s_b_i_x.py103 setOffset = sbixHeaderFormatSize + sbixBitmapSetOffsetFormatSize * self.numSets
109 myBitmapSet.offset = setOffset
111 setOffset += sbixBitmapSetHeaderFormatSize + len(myBitmapSet.data)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_s_b_i_x.py103 setOffset = sbixHeaderFormatSize + sbixBitmapSetOffsetFormatSize * self.numSets
109 myBitmapSet.offset = setOffset
111 setOffset += sbixBitmapSetHeaderFormatSize + len(myBitmapSet.data)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationIteratorTest.java67 i.setOffset(3); // go to the expanding character
69 errln("call to i.setOffset(3) failed.");
81 i.setOffset(0); // go back to the beginning
83 errln("call to i.setOffset(0) failed. ");
214 * Test for getOffset() and setOffset()
228 iter.setOffset(0);
233 iter.setOffset(test1.length());
255 iter.setOffset(0);
257 errln("setOffset failed.");
272 iter.setOffset(
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationIteratorTest.java64 i.setOffset(3); // go to the expanding character
66 errln("call to i.setOffset(3) failed.");
78 i.setOffset(0); // go back to the beginning
80 errln("call to i.setOffset(0) failed. ");
211 * Test for getOffset() and setOffset()
225 iter.setOffset(0);
230 iter.setOffset(test1.length());
252 iter.setOffset(0);
254 errln("setOffset failed.");
269 iter.setOffset(
[all...]
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DNameMap.cpp37 Stream.setOffset(StringsOffset + NumberOfBytes);
134 Stream.setOffset(StringOffset);
140 Stream.setOffset(OldOffset);
/external/icu/icu4c/source/i18n/
H A Dsearch.cpp205 setOffset(0, status);
215 setOffset(position, status);
224 setOffset(m_search_->textLength, status);
234 setOffset(position, status);
258 // setOffset has been called or that previous ran off the text
291 setOffset(offset, status);
301 // setOffset has been called or that next ran off the text
335 setOffset(0, status);
435 setOffset(m_search_->textLength, status);
438 setOffset(
[all...]
/external/llvm/lib/DebugInfo/CodeView/
H A DStreamReader.cpp63 setOffset(OriginalOffset);
71 setOffset(NewOffset);
/external/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp171 * Test for getOffset() and setOffset()
178 iter->setOffset(0, status);
183 iter->setOffset(test1.length(), status);
206 iter->setOffset(0, status);
210 errln("setOffset failed.");
231 iter->setOffset(1, status); // sets offset in the middle of ch
242 iter->setOffset(3, status);
244 iter->setOffset(4, status); // sets offset in the middle of ch
256 iter->setOffset(1, status); // sets offset in the middle of surrogate
266 iter->setOffset(
[all...]
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h44 Reader.setOffset(Offset);
/external/llvm/include/llvm/MC/
H A DMCFixup.h92 void setOffset(uint32_t Value) { Offset = Value; } function in class:llvm::MCFixup
H A DMachineLocation.h58 void setOffset(int O) { Offset = O; } function
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_BitStream.h33 void setOffset(uint32_t dwOffset);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeListIterator.java88 reader.setOffset(startOffset);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCFixup.h78 void setOffset(uint32_t Value) { Offset = Value; } function in class:llvm::MCFixup
H A DMachineLocation.h56 void setOffset(int O) { Offset = O; } function in class:llvm::MachineLocation

Completed in 3003 milliseconds

123456