Searched +defs:start +defs:index (Results 1 - 25 of 303) sorted by relevance

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/test/perf/strsrchperf/
H A Dstrsrchperf.cpp16 int32_t start, end; local
81 UPerfFunction* StringSearchPerformanceTest::runIndexedTest(int32_t index, UBoo argument
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/AppleSamplePCI/
H A DAppleSamplePCI.cpp22 bool AppleSamplePCI::start( IOService * provider ) function in class:AppleSamplePCI
160 UInt32 index = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrackCueList.cpp86 bool TextTrackCueList::add(PassRefPtr<TextTrackCue> prpCue, size_t start, size_t end) argument
103 size_t index = (start + end) / 2; local
112 size_t index = m_list.find(cue); local
140 invalidateCueIndexes(size_t start) argument
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWLocalIsochPort.cpp83 IOReturn IOFWLocalIsochPort::start() function in class:IOFWLocalIsochPort
119 UInt32 index = 0 ; local
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp42 IrDAUserClient::start(IOService *provider) function in class:IrDAUserClient
105 IrDAUserClient::getExternalMethodForIndex(UInt32 index) argument
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Duiter.h359 int32_t start; member in struct:UCharIterator
366 int32_t index; member in struct:UCharIterator
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DGlyphPositionAdjustments.cpp31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const argument
40 const LEPoint *GlyphPositionAdjustments::getExitPoint(le_int32 index, LEPoint &exitPoint)const argument
49 void GlyphPositionAdjustments::clearEntryPoint(le_int32 index) argument
56 void GlyphPositionAdjustments::clearExitPoint(le_int32 index) argument
63 void GlyphPositionAdjustments::setEntryPoint(le_int32 index, LEPoint &newEntryPoint, le_bool baselineIsLogicalEnd) argument
70 setExitPoint(le_int32 index, LEPoint &newExitPoint, le_bool baselineIsLogicalEnd) argument
77 setCursiveGlyph(le_int32 index, le_bool baselineIsLogicalEnd) argument
90 le_int32 start = 0, end = fGlyphCount, dir = 1; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DFontMap.cpp129 le_int32 index; local
173 le_int32 start, end, len; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/unisetperf/draft/
H A Dbitset.cpp98 UChar32 start, end; local
190 uint16_t index[0x400]; member in class:BitSet
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventSystem.cpp66 bool IOHIDEventSystem::start(IOService * provider) function in class:IOHIDEventSystem
206 UInt32 index; local
234 UInt32 index; local
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkUserClient.cpp58 bool IONetworkUserClient::start(IOService * provider) function in class:IONetworkUserClient
293 int index; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Duiter.h359 int32_t start; member in struct:UCharIterator
366 int32_t index; member in struct:UCharIterator
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DSpaceSplitString.cpp59 unsigned start = 0; local
114 void SpaceSplitStringData::remove(unsigned index) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DTimeRanges.cpp37 TimeRanges::TimeRanges(double start, double end) argument
98 start(unsigned index, ExceptionCode& ec) const argument
107 end(unsigned index, ExceptionCode& ec) const argument
116 add(double start, double end) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Duiter.h359 int32_t start; member in struct:UCharIterator
366 int32_t index; member in struct:UCharIterator
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DRegularExpression.cpp139 int start = 0; local
166 int index = 0; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Duiter.h359 int32_t start; member in struct:UCharIterator
366 int32_t index; member in struct:UCharIterator
[all...]
/macosx-10.9.5/libauto-185.5/
H A DPointerHash.cpp49 uint32_t index = h & _capacityMask; // <rdar://problem/6544627> don't use integer divide. local
93 uint32_t index = slot; local
114 int32_t index = slotIndex(pointer); local
171 uint32_t start = _capacity; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/yaml/
H A Dloader.c225 yaml_parser_register_anchor(yaml_parser_t *parser, int index, yaml_char_t *anchor) argument
287 int index; local
332 yaml_node_item_t *start; member in struct:__anon12281
336 int index, item_index; local
399 yaml_node_pair_t *start; member in struct:__anon12282
403 int index; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DMethodVisitor.java280 void visitTryCatchBlock(Label start, Label end, Label handler, String type); argument
299 visitLocalVariable( String name, String desc, String signature, Label start, Label end, int index) argument
317 visitLineNumber(int line, Label start) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dutil.cpp200 int32_t start = pos; local
227 parsePattern(const UnicodeString& pat, const Replaceable& text, int32_t index, int32_t limit) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dbidiconf.cpp68 void BiDiConformanceTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { argument
118 UBool BiDiConformanceTest::parseLevels(const char *start) { argument
140 parseOrdering(const char *start) argument
197 parseInputStringFromBiDiClasses(const char *&start) argument
309 const char *start=u_skipWhitespace(line); local
[all...]
H A Ddadrcoll.cpp51 void DataDrivenCollatorTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */) argument
149 DataDrivenCollatorTest::processArguments(Collator *col, const UChar *start, int32_t optLen) { argument
H A Ddtfmapts.cpp24 void IntlTestDateFormatAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
97 UDate start = Calendar::getNow(); local
H A Dnmfmtrt.cpp36 void NumberFormatRoundTripTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) argument
86 NumberFormatRoundTripTest::start() function in class:NumberFormatRoundTripTest

Completed in 284 milliseconds

1234567891011>>