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

1 2 3 4

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use.cc 313 syllable_type_t syllable_type = (syllable_type_t) (info[start].syllable() & 0x0F);
333 /* Fixup previous syllable's form. */
339 /* Form for this syllable. */
423 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F);
424 /* Only a few syllable types need reordering. */
495 if ((info[i].syllable() & 0x0F) == broken_cluster)
514 unsigned int syllable = buffer->cur().syllable();
515 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F);
516 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)
    [all...]
hb-ot-layout-private.hh 197 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */ macro
215 unsigned int syllable = info[start].syllable(); local
216 while (++start < count && syllable == info[start].syllable())
601 HB_BUFFER_ALLOCATE_VAR (buffer, syllable);
607 HB_BUFFER_DEALLOCATE_VAR (buffer, syllable);
617 HB_BUFFER_ASSERT_VAR (buffer, syllable);
hb-ot-shape-complex-myanmar.cc 413 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F);
437 if ((info[i].syllable() & 0x0F) == broken_cluster)
461 unsigned int syllable = buffer->cur().syllable(); local
462 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F);
463 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster))
465 last_syllable = syllable;
470 ginfo.syllable() = buffer->cur().syllable();
502 info[i].syllable() = 0
    [all...]
hb-ot-shape-complex-indic.cc 672 * The shaping engine finds the base consonant of the syllable, using the
673 * following algorithm: starting from the end of the syllable, move backwards
679 * o If the syllable starts with Ra + Halant (in a script that has Reph)
688 /* -> If the syllable starts with Ra + Halant (in a script that has Reph)
728 /* -> starting from the end of the syllable, move backwards */
820 /* -> If the syllable starts with Ra + Halant (in a script that has Reph)
834 * Each matra and any syllable modifier sign in the cluster are moved to the
841 * o Before first half form in the syllable
974 /* Use syllable() for sort accounting temporarily. */
975 unsigned int syllable = info[start].syllable() local
1212 unsigned int syllable = buffer->cur().syllable(); local
    [all...]
hb-ot-shape-complex-indic-machine.rl 100 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
102 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-myanmar-machine.rl 97 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
99 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-myanmar-machine.hh 273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-use-machine.hh 299 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
301 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-use-machine.rl 142 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
144 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
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...]
  /external/skia/third_party/harfbuzz/
hb-ot-shape-complex-myanmar-machine.hh 273 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
275 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
hb-ot-shape-complex-use-machine.hh 299 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/
Normalizer2Impl.java 66 * Decomposes c, which must be a Hangul syllable, into buffer
89 * Decomposes c, which must be a Hangul syllable, into buffer.
102 buffer.append((char)(orig-c2)); // LV syllable
162 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
605 // Inert, or 2-way mapping (including Hangul syllable).
735 // no decomposition or Hangul syllable, all zeros
776 // Hangul syllable: decompose algorithmically
874 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT; local
1155 char syllable=(char) local
1948 char syllable=(char) local
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 595 // Hangul syllable: decompose algorithmically
627 // Hangul syllable: decompose algorithmically
657 // Hangul syllable: decompose algorithmically
901 UChar syllable=(UChar) local
908 syllable+=t; // The next character was a Jamo T.
910 *starter=syllable;
1191 UChar syllable=(UChar) local
1993 UChar32 syllable= local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 62 * Decomposes c, which must be a Hangul syllable, into buffer
85 * Decomposes c, which must be a Hangul syllable, into buffer.
98 buffer.append((char)(orig-c2)); // LV syllable
158 // For Hangul composition, replacing the Leading consonant Jamo with the syllable.
601 // Inert, or 2-way mapping (including Hangul syllable).
731 // no decomposition or Hangul syllable, all zeros
772 // Hangul syllable: decompose algorithmically
870 int syllable=Hangul.HANGUL_BASE+(c-Hangul.JAMO_L_BASE)*Hangul.JAMO_VT_COUNT; local
1151 char syllable=(char) local
1944 char syllable=(char) local
    [all...]
  /external/cmockery/cmockery_0_1_2/
config.sub 1254 -syllable*)
1255 os=-syllable
  /external/fec/
config.guess 1048 i*86:syllable:*:*)
1049 echo ${UNAME_MACHINE}-pc-syllable
    [all...]
  /external/google-tv-pairing-protocol/cpp/
config.sub 1356 -syllable*)
1357 os=-syllable
    [all...]
  /external/icu/icu4c/source/
config.guess 1053 i*86:syllable:*:*)
1054 echo ${UNAME_MACHINE}-pc-syllable
    [all...]
  /external/libexif/
config.sub 1368 -syllable*)
1369 os=-syllable
    [all...]
  /external/libmtp/
config.guess 1058 i*86:syllable:*:*)
1059 echo ${UNAME_MACHINE}-pc-syllable
    [all...]
config.sub 1324 -syllable*)
1325 os=-syllable
    [all...]
  /external/libnetfilter_conntrack/
config.sub 1375 -syllable*)
1376 os=-syllable
    [all...]
  /external/libnfnetlink/
config.sub 1375 -syllable*)
1376 os=-syllable
    [all...]
  /external/libogg/
config.sub 1280 -syllable*)
1281 os=-syllable

Completed in 551 milliseconds

1 2 3 4