Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dusp10.h268 _In_ int cMaxItems,
271 _Out_writes_to_(cMaxItems, *pcItems) SCRIPT_ITEM *pItems,
/reactos/dll/win32/usp10/
H A Dusp10.c1345 int cMaxItems, const SCRIPT_CONTROL *psControl, in _ItemizeInternal() argument
1372 TRACE("%s,%d,%d,%p,%p,%p,%p\n", debugstr_wn(pwcInChars, cInChars), cInChars, cMaxItems, in _ItemizeInternal()
1375 if (!pwcInChars || !cInChars || !pItems || cMaxItems < 2) in _ItemizeInternal()
1742 if (index+1 > cMaxItems) in _ItemizeInternal()
1789 if (index + 1 > cMaxItems) goto nomemory; in _ItemizeInternal()
1828 HRESULT WINAPI ScriptItemizeOpenType(const WCHAR *pwcInChars, int cInChars, int cMaxItems, in ScriptItemizeOpenType() argument
1832 …return _ItemizeInternal(pwcInChars, cInChars, cMaxItems, psControl, psState, pItems, pScriptTags, … in ScriptItemizeOpenType()
1853 HRESULT WINAPI ScriptItemize(const WCHAR *pwcInChars, int cInChars, int cMaxItems, in ScriptItemize() argument
1857 …return _ItemizeInternal(pwcInChars, cInChars, cMaxItems, psControl, psState, pItems, NULL, pcItems… in ScriptItemize()
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c62 …PI *pScriptItemizeOpenType)( const WCHAR *pwcInChars, int cInChars, int cMaxItems, const SCRIPT_CO…