Searched refs:get_table_entry (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/nls/normaliz/ |
H A D | IdnToAscii.c | 32 static inline unsigned short get_table_entry( const unsigned short *table, WCHAR ch ) in get_table_entry() function 212 flags = get_table_entry( nameprep_char_type, ch ); in IdnToNameprepUnicode() 228 flags = get_table_entry( nameprep_char_type, ch ); in IdnToNameprepUnicode() 233 flags = get_table_entry( nameprep_char_type, ch ); in IdnToNameprepUnicode()
|
H A D | IdnToUnicode.c | 32 static inline unsigned short get_table_entry( const unsigned short *table, WCHAR ch ) in get_table_entry() function 149 get_table_entry(nameprep_char_type, n)==1/*UNASSIGNED*/) { in IdnToUnicode()
|
/reactos/dll/win32/lpk/ |
H A D | bidi.c | 107 static inline unsigned short get_table_entry(const unsigned short *table, WCHAR ch) in get_table_entry() function 118 chartype[i] = get_table_entry( bidi_direction_table, lpString[i] ); in classify()
|
/reactos/dll/win32/usp10/ |
H A D | usp10_internal.h | 238 static inline unsigned short get_table_entry( const unsigned short *table, WCHAR ch ) in get_table_entry() function
|
H A D | breaking.c | 90 break_class[i] = get_table_entry( wine_linebreak_table, chars[i] ); in BREAK_line()
|
H A D | bidi.c | 167 chartype[i] = get_table_entry( bidi_direction_table, string[i] ); in classify() 661 unsigned short ubv = get_table_entry(bidi_bracket_table, iso_run->item[i].ch); in computeBracketPairs()
|
H A D | shape.c | 1087 context_type[i] = get_table_entry( wine_shaping_table, pwcChars[i] ); in ContextualShape_Arabic() 1344 context_type[i] = get_table_entry( wine_shaping_table, pwcChars[i] ); in ContextualShape_Syriac() 2217 type = get_table_entry( indic_syllabic_table, c ); in unicode_lex()
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | locale.c | 277 static inline unsigned short get_table_entry( const unsigned short *table, WCHAR ch ) in get_table_entry() function 6016 flags = get_table_entry( nameprep_char_type, ch ); in IdnToNameprepUnicode() 6032 flags = get_table_entry( nameprep_char_type, ch ); in IdnToNameprepUnicode() 6037 flags = get_table_entry( nameprep_char_type, ch ); in IdnToNameprepUnicode() 6168 get_table_entry(nameprep_char_type, n)==1/*UNASSIGNED*/) { in IdnToUnicode()
|