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

1 2

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize.cc 365 * ccc=0 chars with their previous Starter. */
369 unsigned int starter = 0; local
374 if (/* We don't try to compose a non-mark character with it's preceding starter.
379 /* If there's anything between the starter and this char, they should have CCC
381 (starter == buffer->out_len - 1 ||
385 buffer->out_info[starter].codepoint,
395 buffer->merge_out_clusters (starter, buffer->out_len);
397 /* Modify starter and carry on. */
398 buffer->out_info[starter].codepoint = composed;
399 buffer->out_info[starter].glyph_index() = glyph
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 365 * ccc=0 chars with their previous Starter. */
369 unsigned int starter = 0; local
374 if (/* We don't try to compose a non-mark character with it's preceding starter.
379 /* If there's anything between the starter and this char, they should have CCC
381 (starter == buffer->out_len - 1 ||
385 buffer->out_info[starter].codepoint,
395 buffer->merge_out_clusters (starter, buffer->out_len);
397 /* Modify starter and carry on. */
398 buffer->out_info[starter].codepoint = composed;
399 buffer->out_info[starter].glyph_index() = glyph
    [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;
  /frameworks/support/v4/java/android/support/v4/view/
ViewPropertyAnimatorCompat.java 292 class Starter implements Runnable {
296 private Starter(ViewPropertyAnimatorCompat vpa, View view) {
308 Runnable starter = null; local
310 starter = mStarterMap.get(view);
311 if (starter != null) {
312 view.removeCallbacks(starter);
318 Runnable starter = null; local
320 starter = mStarterMap.get(view);
322 if (starter == null) {
323 starter = new Starter(vpa, view)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 639 * Bit 0 set if the composite is a forward-combining starter
730 * a composition may contain at most one more code unit than the original starter,
741 UChar *starter, *pRemove, *q, *r; local
748 // Some of the following variables are not used until we have a forward-combining starter
750 compositionsList=NULL; // used as indicator for whether we have a forward-combining starter
751 starter=NULL;
760 // we have seen a starter that combines forward and
769 UChar prev=(UChar)(*starter-Hangul::JAMO_L_BASE);
781 *starter=syllable;
804 // The starter and the combining mark (c) do combine
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 815 * Bit 0 set if the composite is a forward-combining starter
906 * a composition may contain at most one more code unit than the original starter,
917 UChar *starter, *pRemove, *q, *r; local
924 // Some of the following variables are not used until we have a forward-combining starter
926 compositionsList=NULL; // used as indicator for whether we have a forward-combining starter
927 starter=NULL;
936 // we have seen a starter that combines forward and
945 UChar prev=(UChar)(*starter-Hangul::JAMO_L_BASE);
957 *starter=syllable;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 345 "U+%04lX's round-trip mapping's starter U+%04lX has ccc!=0, "
446 "U+%04lX's round-trip mapping's starter "
458 "U+%04lX's round-trip mapping's starter "
469 "U+%04lX's round-trip mapping's non-starter "
486 "U+%04lX's round-trip mapping's non-starter "
538 ++i; // after the last starter or prevCC<=cc
594 return TRUE; // no starter
596 UChar32 starter=buffer.charAt(lastStarterIndex); local
597 if( Hangul::isJamoL(starter) ||
598 (Hangul::isJamoV(starter) &
    [all...]
  /external/icu/icu4c/source/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);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 768 milliseconds

1 2