Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java2175 char [] lpLCData1 = lpLCData == null ? null : lpLCData.chars; in GetLocaleInfo() local
2176 return GetLocaleInfo (Locale, LCType, lpLCData1, cchData); in GetLocaleInfo()