Searched refs:lcid (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h195 /// <param name="lcid">The LCID for the display name.</param>
201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
206 /// <param name="lcid">The LCID for the description.</param>
212 STDMETHOD(GetDescription)(_In_ LCID lcid, _Out_ BSTR *pbstrDescription) = 0;
/openbsd-current/gnu/gcc/intl/
H A Dlocalename.c424 LCID lcid;
441 lcid = GetThreadLocale ();
444 langid = LANGIDFROMLCID (lcid);
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dlocalename.c741 LCID lcid;
758 lcid = GetThreadLocale ();
761 langid = LANGIDFROMLCID (lcid);
/openbsd-current/sys/dev/fdt/
H A Dqcpas.c833 qcpas_glink_recv_open_ack(struct qcpas_softc *sc, uint32_t lcid) argument
841 if (ch->ch_lcid == lcid)
846 sc->sc_dev.dv_xname, lcid);

Completed in 131 milliseconds