Home
last modified time | relevance | path

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

/reactos/dll/cpl/intl/
H A Dkblayouts.c88 GetLayoutCount(PWSTR szLang) in GetLayoutCount() function
147 if (GetLayoutCount(Lang) >= 1) in AddNewLayout()
149 wsprintf(SubPath, L"d%03d%s", GetLayoutCount(Lang), Lang); in AddNewLayout()
151 else if ((wcscmp(LangID, szLayoutID) != 0) && (GetLayoutCount(Lang) == 0)) in AddNewLayout()