Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c3326 #define GET_HALF2(table, index) ((table)[index][2]) macro
3375 if (GET_HALF2(table1, i) == 0) in map_to_halfwidth()
3387 dst[pos ] = GET_HALF2(table1, i); in map_to_halfwidth()
3445 if (GET_HALF2(table1, i) == 0) in map_to_fullwidth()
3452 if (srclen <= 1 || GET_HALF2(table1, i) != src[1]) in map_to_fullwidth()