Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 19 of 19) sorted by relevance

/external/zlib/contrib/dotzlib/DotZLib/
DUnitTests.cs186 public void CDataAvail(byte[] data, int startIndex, int count) in CDataAvail()
220 private void DDataAvail(byte[] data, int startIndex, int count) in DDataAvail()
DCodecBase.cs168 protected void copyInput(byte[] data, int startIndex, int count) in copyInput()
DDotZLib.cs169 public delegate void DataAvailableHandler(byte[] data, int startIndex, int count); in DataAvailableHandler()
/external/gdata/src/com/google/wireless/gdata/data/
DFeed.java14 private int startIndex; field in Feed
40 public void setStartIndex(int startIndex) { in setStartIndex()
/external/webkit/JavaScriptCore/runtime/
DArgList.cpp31 void ArgList::getSlice(int startIndex, ArgList& result) const in getSlice()
/external/icu4c/common/unicode/
Dchariter.h696 CharacterIterator::startIndex(void) const { in startIndex() function
/external/gdata/src/com/google/wireless/gdata/client/
DQueryParams.java209 public void setStartIndex(String startIndex) { in setStartIndex()
/external/icu4c/i18n/
Duregex.cpp305 int32_t startIndex, in uregex_matches()
328 int32_t startIndex, in uregex_lookingAt()
351 int32_t startIndex, in uregex_find()
/external/webkit/WebCore/editing/
DIndentOutdentCommand.cpp115 int startIndex = indexForVisiblePosition(startOfSelection); in indentRegion() local
DCompositeEditCommand.cpp281 int startIndex = TextIterator::rangeLength(startRange.get()); in inputText() local
743 int startIndex = -1; in moveParagraphs() local
DApplyStyleCommand.cpp438 int startIndex = TextIterator::rangeLength(startRange.get(), true); in applyBlockStyle() local
/external/icu4c/common/
Dnormlzr.cpp413 int32_t Normalizer::startIndex() const { in startIndex() function in Normalizer
Duvector.cpp298 int32_t UVector::indexOf(UHashTok key, int32_t startIndex, int8_t hint) const { in indexOf()
Dserv.cpp464 int32_t startIndex = 0; in getKey() local
Duhash.c334 int32_t theIndex, startIndex; in _uhash_find() local
Dunorm.cpp3527 int32_t &startIndex,
3581 int32_t startIndex=0, bufferLength=0, bufferCapacity=0, destLength=0; local
/external/webkit/WebCore/html/
DHTMLSelectElement.cpp998 int HTMLSelectElement::nextSelectableListIndex(int startIndex) in nextSelectableListIndex()
1009 int HTMLSelectElement::previousSelectableListIndex(int startIndex) in previousSelectableListIndex()
/external/webkit/WebCore/platform/graphics/
DFontCache.cpp339 int startIndex = familyIndex; in getFontData() local
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp2675 int startIndex, int endIndex) in applyDeclarations()