Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/winnls/string/
H A Dlocale.c3268 static int map_to_hiragana(const WCHAR *src, int srclen, WCHAR *dst, int dstlen) in map_to_hiragana() function
3353 map_to_hiragana(&ch, 1, &ch, 1); in map_to_halfwidth()
3630 ret = map_to_hiragana(src, srclen, dst, dstlen); in lcmap_string()
3650 map_to_hiragana(dst, ret, dst, dstlen); in lcmap_string()