/external/chromium_org/third_party/fips181/ |
D | convert.cc | 102 capitalize (char *syllable) in capitalize() argument 108 (void)memcpy((void *)&tmp, (void *)syllable, sizeof(tmp)); in capitalize() 112 (void)memcpy ((void *)syllable, (void *)&clet[i], 1); in capitalize() 130 numerize (char *syllable) in numerize() argument 133 if ( strlen (syllable) == 1 ) in numerize() 136 (void)memcpy ((void *)syllable, (void *)tmp, 1); in numerize() 154 specialize (char *syllable) in specialize() argument 157 if ( strlen (syllable) == 1 ) in specialize() 160 (void)memcpy ((void *)syllable, (void *)tmp, 1); in specialize() 175 symb2name(char * syllable, char * h_syllable) in symb2name() argument [all …]
|
D | convert.h | 36 void capitalize (char *syllable); 37 void numerize (char *syllable); 38 void specialize (char *syllable); 39 void symb2name(char * syllable, char * h_syllable);
|
D | fips181.h | 81 char *gen_syllable(char *syllable, USHORT pwlen, USHORT *units_in_syllable,
|
D | fips181.cc | 1666 gen_syllable (char *syllable, USHORT pwlen, USHORT *units_in_syllable, in gen_syllable() argument 1700 (void) strcpy (syllable, ""); in gen_syllable() 1737 (void) strcpy (syllable, rules[saved_pair[1]].unit_code); in gen_syllable() 1738 length_left -= (short) strlen (syllable); in gen_syllable() 2051 (void) strcat (syllable, rules[unit].unit_code); in gen_syllable() 2057 (void) strcpy (&syllable[strlen (syllable) - in gen_syllable() 2083 return (syllable); in gen_syllable()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-shape-complex-sea.cc | 266 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 284 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 308 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local 309 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() 310 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles() 312 last_syllable = syllable; in insert_dotted_circles() 317 info.syllable() = buffer->cur().syllable(); in insert_dotted_circles() 339 unsigned int last_syllable = info[0].syllable(); in initial_reordering() 341 if (last_syllable != info[i].syllable()) { in initial_reordering() 344 last_syllable = info[last].syllable(); in initial_reordering() [all …]
|
D | hb-ot-shape-complex-myanmar.cc | 438 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 457 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 481 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local 482 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() 483 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles() 485 last_syllable = syllable; in insert_dotted_circles() 490 info.syllable() = buffer->cur().syllable(); in insert_dotted_circles() 512 unsigned int last_syllable = info[0].syllable(); in initial_reordering() 514 if (last_syllable != info[i].syllable()) { in initial_reordering() 517 last_syllable = info[last].syllable(); in initial_reordering() [all …]
|
D | hb-ot-shape-complex-indic.cc | 1010 unsigned int syllable = info[start].syllable(); in initial_reordering_consonant_syllable() local 1012 info[i].syllable() = i - start; in initial_reordering_consonant_syllable() 1035 if (info[i].syllable() != 255) in initial_reordering_consonant_syllable() 1038 unsigned int j = start + info[i].syllable(); in initial_reordering_consonant_syllable() 1042 unsigned int next = start + info[j].syllable(); in initial_reordering_consonant_syllable() 1043 info[j].syllable() = 255; /* So we don't process j later again. */ in initial_reordering_consonant_syllable() 1053 info[i].syllable() = syllable; in initial_reordering_consonant_syllable() 1233 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 1254 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 1278 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local [all …]
|
D | hb-ot-layout-private.hh | 176 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */ macro 434 HB_BUFFER_ALLOCATE_VAR (buffer, syllable); in _hb_buffer_allocate_gsubgpos_vars() 440 HB_BUFFER_DEALLOCATE_VAR (buffer, syllable); in _hb_buffer_deallocate_gsubgpos_vars() 450 HB_BUFFER_ASSERT_VAR (buffer, syllable); in _hb_buffer_assert_gsubgpos_vars()
|
D | hb-ot-layout-gsubgpos-private.hh | 307 syllable arg1(0), in matcher_t() 318 inline void set_syllable (uint8_t syllable_) { syllable = syllable_; } in set_syllable() 333 (syllable && syllable != info.syllable ())) in may_match() 369 uint8_t syllable; member 393 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0); in skipping_forward_iterator_t() 396 inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); } in set_syllable() 463 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0); in skipping_backward_iterator_t() 466 inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); } in set_syllable()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-sea.cc | 266 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 284 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 308 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local 309 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() 310 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles() 312 last_syllable = syllable; in insert_dotted_circles() 317 info.syllable() = buffer->cur().syllable(); in insert_dotted_circles() 339 unsigned int last_syllable = info[0].syllable(); in initial_reordering() 341 if (last_syllable != info[i].syllable()) { in initial_reordering() 344 last_syllable = info[last].syllable(); in initial_reordering() [all …]
|
D | hb-ot-shape-complex-myanmar.cc | 438 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 457 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 481 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local 482 syllable_type_t syllable_type = (syllable_type_t) (syllable & 0x0F); in insert_dotted_circles() 483 if (unlikely (last_syllable != syllable && syllable_type == broken_cluster)) in insert_dotted_circles() 485 last_syllable = syllable; in insert_dotted_circles() 490 info.syllable() = buffer->cur().syllable(); in insert_dotted_circles() 512 unsigned int last_syllable = info[0].syllable(); in initial_reordering() 514 if (last_syllable != info[i].syllable()) { in initial_reordering() 517 last_syllable = info[last].syllable(); in initial_reordering() [all …]
|
D | hb-ot-shape-complex-indic.cc | 1010 unsigned int syllable = info[start].syllable(); in initial_reordering_consonant_syllable() local 1012 info[i].syllable() = i - start; in initial_reordering_consonant_syllable() 1035 if (info[i].syllable() != 255) in initial_reordering_consonant_syllable() 1038 unsigned int j = start + info[i].syllable(); in initial_reordering_consonant_syllable() 1042 unsigned int next = start + info[j].syllable(); in initial_reordering_consonant_syllable() 1043 info[j].syllable() = 255; /* So we don't process j later again. */ in initial_reordering_consonant_syllable() 1053 info[i].syllable() = syllable; in initial_reordering_consonant_syllable() 1233 syllable_type_t syllable_type = (syllable_type_t) (buffer->info[start].syllable() & 0x0F); in initial_reordering_syllable() 1254 if ((info[i].syllable() & 0x0F) == broken_cluster) in insert_dotted_circles() 1278 unsigned int syllable = buffer->cur().syllable(); in insert_dotted_circles() local [all …]
|
D | hb-ot-layout-private.hh | 176 #define syllable() var1.u8[3] /* GSUB/GPOS shaping boundaries */ macro 427 HB_BUFFER_ALLOCATE_VAR (buffer, syllable); in _hb_buffer_allocate_gsubgpos_vars() 433 HB_BUFFER_DEALLOCATE_VAR (buffer, syllable); in _hb_buffer_deallocate_gsubgpos_vars()
|
D | hb-ot-shape-complex-sea-machine.rl | 71 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 73 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | 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; \
|
D | hb-ot-shape-complex-indic-machine.rl | 101 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \ 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
D | hb-ot-layout-gsubgpos-private.hh | 307 syllable arg1(0), in matcher_t() 318 inline void set_syllable (uint8_t syllable_) { syllable = syllable_; } in set_syllable() 333 (syllable && syllable != info.syllable ())) in may_match() 369 uint8_t syllable; member 393 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0); in skipping_forward_iterator_t() 396 inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); } in set_syllable() 463 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0); in skipping_backward_iterator_t() 466 inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); } in set_syllable()
|
D | hb-ot-shape-complex-sea-machine.hh | 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
|
/external/icu/icu4c/source/layout/ |
D | KhmerReordering.cpp | 372 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local 380 for (i = prev; i < syllable; i += 1) { in reorder() 400 if ( (charClass & KhmerClassTable::CF_COENG) && (i + 1 < syllable) && in reorder() 422 for (i = prev; i < syllable; i += 1) { in reorder() 452 if ( (charClass & KhmerClassTable::CF_COENG) && i + 1 < syllable ) { in reorder() 471 if ( (charClass & KhmerClassTable::CF_SHIFTER) && (i + 1 < syllable) ) { in reorder() 473 || (i + 2 < syllable in reorder() 476 …|| (i + 3 < syllable && (classTable->getCharClass(chars[i + 3]) & KhmerClassTable::CF_ABOVE_VOWEL)) in reorder() 477 || (i + 4 < syllable in reorder() 492 prev = syllable; // move the pointer to the start of next syllable in reorder()
|
D | HangulLayoutEngine.cpp | 111 static le_int32 compose(LEUnicode lead, LEUnicode vowel, LEUnicode trail, LEUnicode &syllable) in compose() argument 127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST); in compose() 132 static le_int32 decompose(LEUnicode syllable, LEUnicode &lead, LEUnicode &vowel, LEUnicode &trail) in decompose() argument 134 le_int32 sIndex = syllable - HSYL_FIRST; in decompose() 307 LEUnicode syllable = 0x0000; in characterProcessing() local 316 if (compose(lead, vowel, trail, syllable) == outLength) { in characterProcessing() 318 outChars[outCharCount] = syllable; in characterProcessing()
|
D | TibetanReordering.cpp | 334 le_int32 syllable = findSyllable(classTable, chars, prev, charCount); in reorder() local 347 for (i = prev; i < syllable; i += 1) { in reorder() 382 prev = syllable; // move the pointer to the start of next syllable in reorder()
|
/external/icu/icu4c/source/data/translit/ |
D | tlh_tlh_FONIPA.txt | 22 uy → uɪ\u032F; # similar to English ‹gooey› but in on syllable
|
D | ch_ch_FONIPA.txt | 55 \- → \.; # hyphen is a syllable boundary, eg ‹sena-ta›
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 948 UChar syllable=(UChar) in recompose() local 955 syllable+=t; // The next character was a Jamo T. in recompose() 957 *starter=syllable; in recompose() 1238 UChar syllable=(UChar) in compose() local 1245 syllable+=t; // The next character was a Jamo T. in compose() 1247 buffer.setLastChar(syllable); in compose() 2040 UChar32 syllable= in getCanonStartSet() local 2042 set.add(syllable, syllable+Hangul::JAMO_VT_COUNT-1); in getCanonStartSet()
|
/external/chromium_org/third_party/icu/source/common/ |
D | normalizer2impl.cpp | 846 UChar syllable=(UChar) in recompose() local 853 syllable+=t; // The next character was a Jamo T. in recompose() 855 *starter=syllable; in recompose() 1136 UChar syllable=(UChar) in compose() local 1143 syllable+=t; // The next character was a Jamo T. in compose() 1145 buffer.setLastChar(syllable); in compose() 1938 UChar32 syllable= in getCanonStartSet() local 1940 set.add(syllable, syllable+Hangul::JAMO_VT_COUNT-1); in getCanonStartSet()
|