|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "wingdi.h"#include "winnls.h"#include "usp10.h"#include "winternl.h"#include "wine/debug.h"#include "wine/heap.h"#include "usp10_internal.h"
Go to the source code of this file.
|
static |
|
static |
Definition at line 231 of file indic.c.
Referenced by FindBaseConsonant().
|
static |
Definition at line 213 of file indic.c.
Referenced by FindBaseConsonant().
|
static |
Definition at line 249 of file indic.c.
Referenced by FindBaseConsonant().
|
static |
Definition at line 267 of file indic.c.
Referenced by FindBaseConsonant().
|
static |
Definition at line 40 of file indic.c.
Referenced by Indic_ParseSyllables().
|
static |
Definition at line 275 of file indic.c.
Referenced by Indic_ParseSyllables().
| void Indic_ParseSyllables | ( | HDC | hdc, |
| SCRIPT_ANALYSIS * | psa, | ||
| ScriptCache * | psc, | ||
| const WCHAR * | input, | ||
| unsigned int | cChar, | ||
| IndicSyllable ** | syllables, | ||
| int * | syllable_count, | ||
| lexical_function | lex, | ||
| BOOL | modern | ||
| ) |
Definition at line 324 of file indic.c.
Referenced by Indic_ReorderCharacters(), and ShapeCharGlyphProp_BaseIndic().
|
static |
Definition at line 185 of file indic.c.
Referenced by Indic_ParseSyllables().
| void Indic_ReorderCharacters | ( | HDC | hdc, |
| SCRIPT_ANALYSIS * | psa, | ||
| ScriptCache * | psc, | ||
| WCHAR * | input, | ||
| unsigned int | cChar, | ||
| IndicSyllable ** | syllables, | ||
| int * | syllable_count, | ||
| lexical_function | lex, | ||
| reorder_function | reorder_f, | ||
| BOOL | modern | ||
| ) |
Definition at line 373 of file indic.c.
Referenced by ContextualShape_Bengali(), ContextualShape_Devanagari(), ContextualShape_Gujarati(), ContextualShape_Gurmukhi(), ContextualShape_Kannada(), ContextualShape_Khmer(), ContextualShape_Malayalam(), ContextualShape_Oriya(), ContextualShape_Sinhala(), ContextualShape_Tamil(), and ContextualShape_Telugu().
Definition at line 79 of file indic.c.
Referenced by consonant_header(), parse_consonant_syllable(), and parse_vowel_syllable().
Definition at line 72 of file indic.c.
Referenced by parse_consonant_syllable(), and parse_vowel_syllable().
|
static |
Definition at line 108 of file indic.c.
Referenced by Indic_process_next_syllable().
|
static |
Definition at line 156 of file indic.c.
Referenced by Indic_process_next_syllable().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | uniscribe | ) |