Searched defs:SkipTo (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/css/
H A Dcfx_cssvaluelistparser.cpp32 *iLength = SkipTo(' ', false, false);
44 *iLength = SkipTo(wch, false, false);
49 *iLength = SkipTo(')', false, false) + 1;
54 *iLength = SkipTo(m_Separator, true, true);
60 int32_t CFX_CSSValueListParser::SkipTo(wchar_t wch, function in class:CFX_CSSValueListParser
/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h537 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*8; local
538 if (AtEndOfStream() || !canSkipToPos(SkipTo/8))
541 JumpToBit(SkipTo);
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DBitstreamReader.h379 const unsigned char *const SkipTo = NextChar + NumWords*4; local
380 if (AtEndOfStream() || SkipTo > BitStream->getLastChar() ||
381 SkipTo < BitStream->getFirstChar())
384 NextChar = SkipTo;
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h814 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*CHAR_BIT; local
815 if (AtEndOfStream() || !canSkipToPos(SkipTo/CHAR_BIT))
818 JumpToBit(SkipTo);
/external/v8/src/debug/
H A Ddebug.h128 void SkipTo(int count) { function in class:v8::internal::BreakIterator

Completed in 1000 milliseconds