|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "config.h"
#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 "usp10_internal.h"
Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (uniscribe) |
| static void | debug_output_string (LPCWSTR str, int cChar, lexical_function f) |
| static BOOL | is_matra (int type) |
| static BOOL | is_joiner (int type) |
| static INT | consonant_header (LPCWSTR input, INT cChar, INT start, INT next, lexical_function lex) |
| static INT | parse_consonant_syllable (LPCWSTR input, INT cChar, INT start, INT *main, INT next, lexical_function lex) |
| static INT | parse_vowel_syllable (LPCWSTR input, INT cChar, INT start, INT next, lexical_function lex) |
| static INT | Indic_process_next_syllable (LPCWSTR input, INT cChar, INT start, INT *main, INT next, lexical_function lex) |
| static BOOL | Consonent_is_post_base_form (HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, LPCWSTR pwChar, IndicSyllable *s, lexical_function lexical, BOOL modern) |
| static BOOL | Consonent_is_below_base_form (HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, LPCWSTR pwChar, IndicSyllable *s, lexical_function lexical, BOOL modern) |
| static BOOL | Consonent_is_pre_base_form (HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, LPCWSTR pwChar, IndicSyllable *s, lexical_function lexical, BOOL modern) |
| static BOOL | Consonent_is_ralf (HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, LPCWSTR pwChar, IndicSyllable *s, lexical_function lexical) |
| static int | FindBaseConsonant (HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, LPCWSTR input, IndicSyllable *s, lexical_function lex, BOOL modern) |
| void | Indic_ParseSyllables (HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, LPCWSTR input, const int cChar, IndicSyllable **syllables, int *syllable_count, lexical_function lex, BOOL modern) |
| void | Indic_ReorderCharacters (HDC hdc, SCRIPT_ANALYSIS *psa, ScriptCache *psc, LPWSTR input, int cChar, IndicSyllable **syllables, int *syllable_count, lexical_function lex, reorder_function reorder_f, BOOL modern) |
Generated on Sat May 26 2012 05:19:01 for ReactOS by
1.7.6.1
|