Home
last modified time | relevance | path

Searched refs:IndicSyllable (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/usp10/
H A Dindic.c214 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()
374IndicSyllable **syllables, int *syllable_count, lexical_function lex, reorder_function reorder_f, … in Indic_ReorderCharacters()
H A Dshape.c2141 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 Dusp10_internal.h229 } IndicSyllable; typedef
244 typedef void (*reorder_function)(WCHAR *chars, IndicSyllable *syllable, lexical_function lex);
271 IndicSyllable **syllables, int *syllable_count, lexical_function lexical_f,
274IndicSyllable **syllables, int *syllable_count, lexical_function lex, BOOL modern) DECLSPEC_HIDDEN;