Searched refs:IndicSyllable (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/usp10/ |
H A D | indic.c | 214 const WCHAR *pwChar, const IndicSyllable *s, lexical_function lexical, BOOL modern) in Consonant_is_post_base_form() 232 const WCHAR *pwChar, const IndicSyllable *s, lexical_function lexical, BOOL modern) in Consonant_is_below_base_form() 250 const WCHAR *pwChar, const IndicSyllable *s, lexical_function lexical, BOOL modern) in Consonant_is_pre_base_form() 268 const WCHAR *pwChar, const IndicSyllable *s, lexical_function lexical) in Consonant_is_ralf() 276 const WCHAR *input, IndicSyllable *s, lexical_function lex, BOOL modern) in FindBaseConsonant() 325 IndicSyllable **syllables, int *syllable_count, lexical_function lex, BOOL modern) in Indic_ParseSyllables() 351 …*syllables = HeapReAlloc(GetProcessHeap(),0,*syllables, sizeof(IndicSyllable)*(*syllable_count+1)); in Indic_ParseSyllables() 374 …IndicSyllable **syllables, int *syllable_count, lexical_function lex, reorder_function reorder_f, … in Indic_ReorderCharacters()
|
H A D | shape.c | 2141 IndicSyllable glyph_indexs; in ShapeIndicSyllables() 2286 IndicSyllable *syllables = NULL; in ContextualShape_Sinhala() 2352 IndicSyllable *syllables = NULL; in ContextualShape_Devanagari() 2408 IndicSyllable *syllables = NULL; in ContextualShape_Bengali() 2472 IndicSyllable *syllables = NULL; in ContextualShape_Gurmukhi() 2516 IndicSyllable *syllables = NULL; in ContextualShape_Gujarati() 2567 IndicSyllable *syllables = NULL; in ContextualShape_Oriya() 2617 IndicSyllable *syllables = NULL; in ContextualShape_Tamil() 2667 IndicSyllable *syllables = NULL; in ContextualShape_Telugu() 2719 IndicSyllable *syllables = NULL; in ContextualShape_Kannada() [all …]
|
H A D | usp10_internal.h | 229 } IndicSyllable; typedef 244 typedef void (*reorder_function)(WCHAR *chars, IndicSyllable *syllable, lexical_function lex); 271 IndicSyllable **syllables, int *syllable_count, lexical_function lexical_f, 274 …IndicSyllable **syllables, int *syllable_count, lexical_function lex, BOOL modern) DECLSPEC_HIDDEN;
|