HomeSort by relevance Sort by last modified time
    Searched defs:syllable (Results 1 - 15 of 15) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar.cc 408 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() = 0
    [all...]
hb-ot-layout-private.hh 188 #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);
hb-ot-layout-gsubgpos-private.hh 274 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);
    [all...]
hb-ot-shape-complex-indic.cc 691 * 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 = info[start].syllable() local
1232 unsigned int syllable = buffer->cur().syllable(); local
    [all...]
  /external/icu/icu4c/source/layout/
HangulLayoutEngine.cpp 111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable)
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)
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;
KhmerReordering.cpp 34 // 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
235 // formed Khmer Syllable.
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)
    [all...]
TibetanReordering.cpp 35 // simple classes, they are used in the statetable (in this file) to control the length of a syllable
38 // indicate error in syllable construction
244 // formed Tibetan Syllable.
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
    [all...]
IndicReordering.cpp 60 // Syllable structure bits
654 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
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 593 // 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;
1189 UChar syllable=(UChar) local
1991 UChar32 syllable= local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 64 * Decomposes c, which must be a Hangul syllable, into buffer
87 * Decomposes c, which must be a Hangul syllable, into buffer.
100 buffer.append((char)(orig-c2)); // LV syllable
160 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
598 // Inert, or 2-way mapping (including Hangul syllable).
728 // no decomposition or Hangul syllable, all zeros
769 // Hangul syllable: decompose algorithmically
867 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT; local
1148 char syllable=(char) local
1941 char syllable=(char) local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 60 * Decomposes c, which must be a Hangul syllable, into buffer
83 * Decomposes c, which must be a Hangul syllable, into buffer.
96 buffer.append((char)(orig-c2)); // LV syllable
156 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
594 // Inert, or 2-way mapping (including Hangul syllable).
724 // no decomposition or Hangul syllable, all zeros
765 // Hangul syllable: decompose algorithmically
798 // Hangul syllable: decompose algorithmically
863 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT; local
1144 char syllable=(char) local
1937 char syllable=(char) local
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 823 milliseconds