Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dusp10.c1211 DWORD plgid, sub; in ScriptRecordDigitSubstitution() local
1226 plgid = PRIMARYLANGID(LANGIDFROMLCID(locale)); in ScriptRecordDigitSubstitution()
1227 sds->TraditionalDigitLanguage = plgid; in ScriptRecordDigitSubstitution()
1229 if (plgid == LANG_ARABIC || plgid == LANG_FARSI) in ScriptRecordDigitSubstitution()
1230 sds->NationalDigitLanguage = plgid; in ScriptRecordDigitSubstitution()
1241 if (plgid == LANG_ARABIC || plgid == LANG_FARSI) in ScriptRecordDigitSubstitution()