Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c3325 #define GET_HALF1(table, index) ((table)[index][1]) macro
3378 dst[pos] = GET_HALF1(table1, i); in map_to_halfwidth()
3386 dst[pos++] = GET_HALF1(table1, i); in map_to_halfwidth()
3442 if (GET_HALF1(table1, i) != ch) in map_to_fullwidth()