HomeSort by relevance Sort by last modified time
    Searched refs:starter (Results 1 - 20 of 20) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 347 * ccc=0 chars with their previous Starter. */
351 unsigned int starter = 0; local
357 * compose a non-mark character with it's preceding starter. This is just an
362 /* If there's anything between the starter and this char, they should have CCC
364 (starter == buffer->out_len - 1 ||
368 buffer->out_info[starter].codepoint,
378 buffer->merge_out_clusters (starter, buffer->out_len);
380 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */
381 set_glyph (buffer->out_info[starter], font)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ListFlipper.java 87 Button starter = (Button) findViewById(R.id.button); local
88 starter.setOnClickListener(new View.OnClickListener() {
AnimationSeeking.java 63 Button starter = (Button) findViewById(R.id.startButton); local
64 starter.setOnClickListener(new View.OnClickListener() {
CustomEvaluator.java 51 Button starter = (Button) findViewById(R.id.startButton); local
52 starter.setOnClickListener(new View.OnClickListener() {
ReversingAnimation.java 51 Button starter = (Button) findViewById(R.id.startButton); local
52 starter.setOnClickListener(new View.OnClickListener() {
AnimationCloning.java 52 Button starter = (Button) findViewById(R.id.startButton); local
53 starter.setOnClickListener(new View.OnClickListener() {
AnimationLoading.java 60 Button starter = (Button) findViewById(R.id.startButton); local
61 starter.setOnClickListener(new View.OnClickListener() {
AnimatorEvents.java 79 Button starter = (Button) findViewById(R.id.startButton); local
80 starter.setOnClickListener(new View.OnClickListener() {
MultiPropertyAnimation.java 58 Button starter = (Button) findViewById(R.id.startButton); local
59 starter.setOnClickListener(new View.OnClickListener() {
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 128 DNSTaskStarter starter = _instances.get(jmDNSImpl); local
129 if (starter == null) {
131 starter = _instances.get(jmDNSImpl);
133 return starter;
  /external/icu4c/common/
normalizer2impl.cpp 714 * Bit 0 set if the composite is a forward-combining starter
805 * a composition may contain at most one more code unit than the original starter,
816 UChar *starter, *pRemove, *q, *r; local
823 // Some of the following variables are not used until we have a forward-combining starter
825 compositionsList=NULL; // used as indicator for whether we have a forward-combining starter
826 starter=NULL;
835 // we have seen a starter that combines forward and
844 UChar prev=(UChar)(*starter-Hangul::JAMO_L_BASE);
856 *starter=syllable;
879 // The starter and the combining mark (c) do combine
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 138 // Composition for a starter that does not have a decomposition mapping.
140 // Round-trip mapping & composition for a starter.
142 // Round-trip mapping for a starter that itself does not combine-forward.
370 "U+%04lX's round-trip mapping's starter U+%04lX has ccc!=0, "
472 "U+%04lX's round-trip mapping's starter "
484 "U+%04lX's round-trip mapping's starter "
495 "U+%04lX's round-trip mapping's non-starter "
512 "U+%04lX's round-trip mapping's non-starter "
569 ++i; // after the last starter or prevCC<=cc
621 * A starter character with a mapping does not have a composition boundary after i
635 UChar32 starter=buffer.charAt(lastStarterIndex); local
    [all...]
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 153 downloading a new SDK starter package. See <a
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java 687 Scenario<T> starter = new Scenario<T>((Ordering) ordering, list);
688 verifyScenario(starter, 0);
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 959 milliseconds