Searched defs:syllable (Results 1 - 11 of 11) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-myanmar.cc408 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F);
432 if ((info[i].syllable() & 0x0F) == broken_cluster)
456 unsigned int syllable = buffer->cur().syllable(); local
457 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F);
458 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
460 last_syllable = syllable;
465 ginfo.syllable() = buffer->cur().syllable();
497 info[i].syllable()
[all...]
H A Dhb-ot-layout-private.hh188 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */ macro
206 unsigned int syllable = info[start].syllable(); local
207 while (++start < count && syllable == info[start].syllable())
569 HB_BUFFER_ALLOCATE_VAR (buffer, syllable);
575 HB_BUFFER_DEALLOCATE_VAR (buffer, syllable);
585 HB_BUFFER_ASSERT_VAR (buffer, syllable);
H A Dhb-ot-shape-complex-indic.cc691 * The shaping engine finds the base consonant of the syllable, using the
692 * following algorithm: starting from the end of the syllable, move backwards
698 * o If the syllable starts with Ra + Halant (in a script that has Reph)
707 /* -> If the syllable starts with Ra + Halant (in a script that has Reph)
747 /* -> starting from the end of the syllable, move backwards */
839 /* -> If the syllable starts with Ra + Halant (in a script that has Reph)
853 * Each matra and any syllable modifier sign in the cluster are moved to the
860 * o Before first half form in the syllable
993 /* Use syllable() for sort accounting temporarily. */
994 unsigned int syllable local
1232 unsigned int syllable = buffer->cur().syllable(); local
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh274 syllable arg1(0),
285 inline void set_syllable (uint8_t syllable_) { syllable = syllable_; }
300 (syllable && syllable != info.syllable ()))
335 uint8_t syllable; member in struct:OT::hb_apply_context_t::matcher_t
372 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
/external/icu/icu4c/source/layout/
H A DHangulLayoutEngine.cpp111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) argument
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) argument
134 le_int32 sIndex = syllable - HSYL_FIRST;
296 * See if the syllable can be composed into a single character. There are 5
307 LEUnicode syllable = 0x0000; local
313 * If the composition consumes the whole decomposed syllable,
316 if (compose(lead, vowel, trail, syllable) == outLength) {
318 outChars[outCharCount] = syllable;
H A DKhmerReordering.cpp34 // simple classes, they are used in the statetable (in this file) to control the length of a syllable
37 // indicate error in syllable construction
59 // _xx character does not combine into syllable, such as numbers, puntuation marks, non-Khmer signs...
100 // within the syllable, but are not in the table) we also get their type back, or an unknown object
243 // in the syllable, but the state could be produced a consonant of any type when
300 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 1 - exit state (or sign to the right of the syllable)
334 // calculate, using the state table, which one is the last character of the syllable
372 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); local
380 for (i = prev; i < syllable; i += 1) {
400 if ( (charClass & KhmerClassTable::CF_COENG) && (i + 1 < syllable)
[all...]
H A DTibetanReordering.cpp35 // simple classes, they are used in the statetable (in this file) to control the length of a syllable
38 // indicate error in syllable construction
252 // in the syllable, but the state could be produced a consonant of any type when
262 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,}, // 1 - exit state (or sign to the right of the syllable)
297 // calculate, using the state table, which one is the last character of the syllable
334 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); local
347 for (i = prev; i < syllable; i += 1) {
382 prev = syllable; // move the pointer to the start of next syllable
H A DIndicReordering.cpp654 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); local
655 le_int32 matra, markStart = syllable;
684 for (i = prev; i < syllable; i += 1) {
754 // Check for REPH at front of syllable
979 prev = syllable;
1121 // If the syllable starts with Ra + Halant ( in a script that has Reph ) and has more than one
1146 // Adjust features and set syllable structure bits
1153 // Since reph can only validly occur at the beginning of a syllable
1154 // We only apply it to the first 2 characters in the syllable, to keep it from
1179 // Don't apply half form to virama that stands alone at the end of a syllable
[all...]
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp593 // Hangul syllable: decompose algorithmically
625 // Hangul syllable: decompose algorithmically
655 // Hangul syllable: decompose algorithmically
899 UChar syllable=(UChar) local
906 syllable+=t; // The next character was a Jamo T.
908 *starter=syllable;
1177 * c is not a Hangul syllable or Jamo L because those have "yes" properties.
1189 UChar syllable=(UChar) local
1196 syllable+=t; // The next character was a Jamo T.
1198 buffer.setLastChar(syllable);
1991 UChar32 syllable= local
[all...]
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 217 milliseconds