Searched defs:getLength (Results 26 - 50 of 120) sorted by relevance

12345

/external/clang/include/clang/Tooling/
H A DRefactoring.h44 unsigned getLength() const { return Length; } function in class:clang::tooling::Range
107 unsigned getLength() const { return ReplacementRange.getLength(); } function in class:clang::tooling::Replacement
/external/icu/icu4c/source/common/unicode/
H A Dchariter.h582 inline int32_t getLength() const;
717 CharacterIterator::getLength(void) const { function in class:CharacterIterator
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java304 public int getLength(); method in interface:DTMIterator
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DOneStepIterator.java244 public int getLength() method in class:OneStepIterator
247 return super.getLength();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java659 int newLength = getLength(from, to);
677 int newLength = getLength(from, to);
695 int newLength = getLength(from, to);
713 int newLength = getLength(from, to);
729 private static int getLength(int from, int to) method in class:Arrays
/external/chromium_org/third_party/icu/source/i18n/
H A Dutrans.cpp78 virtual int32_t getLength() const;
97 int32_t ReplaceableGlue::getLength() const { function in class:ReplaceableGlue
/external/icu/icu4c/source/i18n/
H A Dutrans.cpp79 virtual int32_t getLength() const;
98 int32_t ReplaceableGlue::getLength() const { function in class:ReplaceableGlue
/external/javassist/src/main/javassist/bytecode/
H A DAttributeInfo.java188 static int getLength(ArrayList list) { method in class:AttributeInfo
/external/llvm/include/llvm/Object/
H A DMachO.h44 std::error_code getLength(uint16_t &Result) const;
280 inline std::error_code DiceRef::getLength(uint16_t &Result) const { function in class:llvm::object::DiceRef
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java99 * @see org.xml.sax.Attributes#getLength method in class:AttributesImpl
101 public int getLength ()
359 length = atts.getLength();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java344 public int getLength() { method in class:Frame.Variable
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dreptest.cpp109 virtual int32_t getLength() const { function in class:TestReplaceable
180 virtual int32_t getLength() const { function in class:NoopReplaceable
/external/chromium_org/third_party/skia/include/core/
H A DSkStream.h122 virtual size_t getLength() const { return 0; } function in class:SkStream
152 /** SkStreamAsset is a SkStreamSeekable for which getLength is required. */
159 virtual size_t getLength() const SK_OVERRIDE = 0;
262 virtual size_t getLength() const SK_OVERRIDE;
334 virtual size_t getLength() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/core/
H A DSkDescriptor.h38 uint32_t getLength() const { return fLength; } function in class:SkDescriptor
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp37 size_t fileSize = this->getLength();
60 size_t fileSize = this->getLength();
79 return fPos == this->getLength();
96 size_t length = this->getLength();
111 size_t SkDWriteFontFileStream::getLength() const { function in class:SkDWriteFontFileStream
224 *fileSize = fStream->getLength();
/external/icu/icu4c/source/layout/
H A DLETableReference.h124 size_t getLength() const { return fLength; } function in class:LETableReference
270 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
285 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
296 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp109 virtual int32_t getLength() const { function in class:TestReplaceable
180 virtual int32_t getLength() const { function in class:NoopReplaceable
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h124 Value *getLength() const { return const_cast<Value*>(getArgOperand(2)); } function in class:llvm::MemIntrinsic
161 assert(getLength()->getType() == L->getType() &&
H A DMetadata.h53 unsigned getLength() const { return (unsigned)getName().size(); } function in class:llvm::MDString
/external/llvm/lib/DebugInfo/
H A DDWARFUnit.h106 uint32_t getLength() const { return Length; } function in class:llvm::DWARFUnit
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_BitStream.h60 FX_DWORD getLength() function in class:CJBig2_BitStream
/external/skia/include/core/
H A DSkStream.h128 virtual size_t getLength() const { return 0; } function in class:SkStream
158 /** SkStreamAsset is a SkStreamSeekable for which getLength is required. */
165 virtual size_t getLength() const SK_OVERRIDE = 0;
278 virtual size_t getLength() const SK_OVERRIDE;
350 virtual size_t getLength() const SK_OVERRIDE;
/external/skia/src/core/
H A DSkDescriptor.h38 uint32_t getLength() const { return fLength; } function in class:SkDescriptor
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp37 size_t fileSize = this->getLength();
60 size_t fileSize = this->getLength();
79 return fPos == this->getLength();
96 size_t length = this->getLength();
111 size_t SkDWriteFontFileStream::getLength() const { function in class:SkDWriteFontFileStream
224 *fileSize = fStream->getLength();
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java201 public int getLength() method in class:SAX1ParserAdapter.AttributesWrapper
203 return attrs.getLength();

Completed in 8082 milliseconds

12345