Searched refs:syllable (Results 1 - 25 of 96) sorted by relevance

1234

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-use.cc313 syllable_type_t syllable_type = (syllable_type_t) (info[start].syllable() & 0x0F);
333 /* Fixup previous syllable's form. */
339 /* Form for this syllable. */
425 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F);
426 /* Only a few syllable types need reordering. */
497 if ((info[i].syllable() & 0x0F) == broken_cluster)
516 unsigned int syllable = buffer->cur().syllable(); local
517 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F);
518 if (unlikely (last_syllable != syllable
[all...]
H A Dhb-ot-layout-private.hh197 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */ macro
214 unsigned int syllable = info[start].syllable(); local
215 while (++start < count && syllable == info[start].syllable())
610 HB_BUFFER_ALLOCATE_VAR (buffer, syllable);
616 HB_BUFFER_DEALLOCATE_VAR (buffer, syllable);
626 HB_BUFFER_ASSERT_VAR (buffer, syllable);
H A Dhb-ot-shape-complex-myanmar.cc415 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F);
439 if ((info[i].syllable() & 0x0F) == broken_cluster)
463 unsigned int syllable = buffer->cur().syllable(); local
464 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F);
465 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
467 last_syllable = syllable;
472 ginfo.syllable() = buffer->cur().syllable();
504 info[i].syllable()
[all...]
H A Dhb-ot-shape-complex-indic.cc206 /* These can occur mid-syllable (eg. before matras), even though Unicode marks them as Syllable_Modifier.
713 * The shaping engine finds the base consonant of the syllable, using the
714 * following algorithm: starting from the end of the syllable, move backwards
720 * o If the syllable starts with Ra + Halant (in a script that has Reph)
729 /* -> If the syllable starts with Ra + Halant (in a script that has Reph)
769 /* -> starting from the end of the syllable, move backwards */
861 /* -> If the syllable starts with Ra + Halant (in a script that has Reph)
875 * Each matra and any syllable modifier sign in the syllable are moved to the
876 * appropriate position relative to the consonant(s) in the syllable
1016 unsigned int syllable = info[start].syllable(); local
1253 unsigned int syllable = buffer->cur().syllable(); local
[all...]
H A Dhb-ot-shape-complex-indic-machine.rl101 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
H A Dhb-ot-shape-complex-myanmar-machine.rl98 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
100 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
H A Dhb-ot-shape-complex-myanmar-machine.hh273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
H A Dhb-ot-shape-complex-use-machine.hh299 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
301 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
H A Dhb-ot-shape-complex-use-machine.rl144 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
146 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
H A Dhb-ot-layout-gsubgpos-private.hh232 syllable arg1(0),
243 inline void set_syllable (uint8_t syllable_) { syllable = syllable_; }
258 (syllable && syllable != info.syllable ()))
293 uint8_t syllable; member in struct:OT::hb_apply_context_t::matcher_t
330 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
/external/skia/third_party/harfbuzz/
H A Dhb-ot-shape-complex-myanmar-machine.hh273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
H A Dhb-ot-shape-complex-use-machine.hh299 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
301 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
/external/skqp/third_party/harfbuzz/
H A Dhb-ot-shape-complex-myanmar-machine.hh273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
H A Dhb-ot-shape-complex-use-machine.hh299 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
301 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DNormalizer2Impl.java78 * Decomposes c, which must be a Hangul syllable, into buffer
101 * Decomposes c, which must be a Hangul syllable, into buffer.
114 buffer.append((char)(orig-c2)); // LV syllable
586 // Inert, or 2-way mapping (including Hangul syllable).
739 // no decomposition or Hangul syllable, all zeros
777 // Hangul syllable: decompose algorithmically
799 // Hangul syllable: decompose algorithmically
864 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT;
865 set.add(syllable, syllable
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java76 * Decomposes c, which must be a Hangul syllable, into buffer
99 * Decomposes c, which must be a Hangul syllable, into buffer.
112 buffer.append((char)(orig-c2)); // LV syllable
584 // Inert, or 2-way mapping (including Hangul syllable).
737 // no decomposition or Hangul syllable, all zeros
775 // Hangul syllable: decompose algorithmically
797 // Hangul syllable: decompose algorithmically
862 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT;
863 set.add(syllable, syllable
[all...]
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp746 // Hangul syllable: decompose algorithmically
811 // Hangul syllable: decompose algorithmically
862 // Hangul syllable: decompose algorithmically
883 // Hangul syllable: decompose algorithmically
1143 UChar syllable=(UChar)
1150 syllable+=t; // The next character was a Jamo T.
1152 *starter=syllable;
1392 // It is not a Hangul syllable or Jamo L because those have "yes" properties.
1468 UChar32 syllable = Hangul::HANGUL_BASE +
1475 if(!buffer.appendBMP((UChar)syllable,
[all...]
/external/cmockery/cmockery_0_1_2/
H A Dconfig.sub1254 -syllable*)
1255 os=-syllable
/external/fec/
H A Dconfig.guess1048 i*86:syllable:*:*)
1049 echo ${UNAME_MACHINE}-pc-syllable
/external/google-tv-pairing-protocol/cpp/
H A Dconfig.sub1356 -syllable*)
1357 os=-syllable
/external/icu/icu4c/source/
H A Dconfig.guess1053 i*86:syllable:*:*)
1054 echo ${UNAME_MACHINE}-pc-syllable
/external/libexif/
H A Dconfig.sub1368 -syllable*)
1369 os=-syllable
/external/libnetfilter_conntrack/
H A Dconfig.sub1375 -syllable*)
1376 os=-syllable
/external/libnfnetlink/
H A Dconfig.sub1375 -syllable*)
1376 os=-syllable
/external/libogg/
H A Dconfig.sub1280 -syllable*)
1281 os=-syllable

Completed in 2245 milliseconds

1234