Searched defs:starter (Results 1 - 7 of 7) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DMultistepIntegrator.java73 private FirstOrderIntegrator starter; field in class:MultistepIntegrator
92 * <p>The default starter integrator is set to the {@link
123 starter = new DormandPrince853Integrator(minStep, maxStep,
139 * <p>The default starter integrator is set to the {@link
162 starter = new DormandPrince853Integrator(minStep, maxStep,
177 * Get the starter integrator.
178 * @return starter integrator
181 return starter;
185 * Set the starter integrator.
186 * <p>The various step and event handlers for this starter integrato
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.cc371 unsigned int starter = 0; local
376 if (/* We don't try to compose a non-mark character with it's preceding starter.
381 /* If there's anything between the starter and this char, they should have CCC
383 (starter == buffer->out_len - 1 ||
387 buffer->out_info[starter].codepoint,
397 buffer->merge_out_clusters (starter, buffer->out_len);
399 /* Modify starter and carry on. */
400 buffer->out_info[starter].codepoint = composed;
401 buffer->out_info[starter].glyph_index() = glyph;
402 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffe
[all...]
/external/skia/src/pathops/
H A DSkOpSpan.h162 const SkOpPtT* starter(const SkOpPtT* end) const { function in class:SkOpPtT
342 const SkOpSpan* starter(const SkOpSpanBase* end) const { function in class:SkOpSpanBase
347 SkOpSpan* starter(SkOpSpanBase* end) { function in class:SkOpSpanBase
353 SkOpSpan* starter(SkOpSpanBase** endPtr) { function in class:SkOpSpanBase
H A DSkOpAngle.cpp1008 SkOpSpan* SkOpAngle::starter() { function in class:SkOpAngle
1009 return fStart->starter(fEnd);
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp768 * Bit 0 set if the composite is a forward-combining starter
859 * a composition may contain at most one more code unit than the original starter,
870 UChar *starter, *pRemove, *q, *r; local
877 // Some of the following variables are not used until we have a forward-combining starter
879 compositionsList=NULL; // used as indicator for whether we have a forward-combining starter
880 starter=NULL;
889 // we have seen a starter that combines forward and
898 UChar prev=(UChar)(*starter-Hangul::JAMO_L_BASE);
910 *starter=syllable;
933 // The starter an
[all...]
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp140 // Composition for a starter that does not have a decomposition mapping.
142 // Round-trip mapping & composition for a starter.
144 // Round-trip mapping for a starter that itself does not combine-forward.
373 "U+%04lX's round-trip mapping's starter U+%04lX has ccc!=0, "
475 "U+%04lX's round-trip mapping's starter "
487 "U+%04lX's round-trip mapping's starter "
498 "U+%04lX's round-trip mapping's non-starter "
515 "U+%04lX's round-trip mapping's non-starter "
572 ++i; // after the last starter or prevCC<=cc
624 * A starter characte
638 UChar32 starter=buffer.charAt(lastStarterIndex); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 242 milliseconds