/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-normalize.cc | 364 * ccc=0 chars with their previous Starter. */ 368 unsigned int starter = 0; local 373 if (/* We don't try to compose a non-mark character with it's preceding starter. 378 /* If there's anything between the starter and this char, they should have CCC 380 (starter == buffer->out_len - 1 || 384 buffer->out_info[starter].codepoint, 394 buffer->merge_out_clusters (starter, buffer->out_len); 396 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */ 397 set_glyph (buffer->out_info[starter], font) [all...] |
/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/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/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/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/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);
|
/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...] |
/external/v8/benchmarks/ |
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 | |