Home
last modified time | relevance | path

Searched refs:get_table_entry (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/nls/normaliz/
H A DIdnToAscii.c32 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 DIdnToUnicode.c32 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 Dbidi.c107 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 Dusp10_internal.h238 static inline unsigned short get_table_entry( const unsigned short *table, WCHAR ch ) in get_table_entry() function
H A Dbreaking.c90 break_class[i] = get_table_entry( wine_linebreak_table, chars[i] ); in BREAK_line()
H A Dbidi.c167 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 Dshape.c1087 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 Dlocale.c277 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()