Searched refs:celt (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DCOMEnumVariant.h50 virtual HRESULT STDMETHODCALLTYPE Next(ULONG celt, VARIANT* rgVar, ULONG* pCeltFetched);
51 virtual HRESULT STDMETHODCALLTYPE Skip(ULONG celt);
129 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Next(ULONG celt, VARIANT* rgVar, ULONG* pCeltFetched) argument
135 for (unsigned i = 0 ; i < celt; i++)
138 for (unsigned i = 0; i < celt; i++) {
152 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Skip(ULONG celt) argument
154 for (unsigned i = 0; i < celt; i++) {
H A DWebFrame.cpp791 virtual HRESULT STDMETHODCALLTYPE Next(ULONG celt, VARIANT *rgVar, ULONG *pCeltFetched) argument
798 if (!celt || celt > 1)
818 virtual HRESULT STDMETHODCALLTYPE Skip(ULONG celt) argument
822 for (unsigned i = 0; i < celt && m_curChild; i++)
H A DWebView.cpp6811 virtual HRESULT STDMETHODCALLTYPE Skip(ULONG celt)
6813 m_index += celt;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregc_locale.c617 - element - map collating-element name to celt
618 ^ static celt element(struct vars *, const chr *, const chr *);
620 static celt
670 ^ static struct cvec *range(struct vars *, celt, celt, int);
675 celt a, /* range start */
676 celt b, /* range end, might equal a */
681 celt c, lc, uc, tc;
727 - before - is celt x before celt
[all...]
H A Dregcustom.h96 typedef int celt; /* Type to hold chr, or NOCELT */ typedef
H A Dregcomp.c174 static celt element(struct vars *, const chr *, const chr *);
175 static struct cvec *range(struct vars *, celt, celt, int);
176 static int before(celt, celt);
177 static struct cvec *eclass(struct vars *, celt, int);
1473 celt startc, endc;
H A Dregc_lex.c1170 celt c;
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebEditingDelegate.idl58 HRESULT Next(ULONG celt, [out] BSTR* guess, [out] ULONG* pceltFetched);
59 HRESULT Skip(ULONG celt);
86 HRESULT Next(ULONG celt, [out] IWebGrammarDetail** detail, [out] ULONG* pceltFetched);
87 HRESULT Skip(ULONG celt);
H A DIWebView.idl108 HRESULT Next(ULONG celt, RECT* rect, ULONG* pceltFetched);
109 HRESULT Skip(ULONG celt);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcustom.h90 typedef int celt; /* type to hold chr, MCCE number, or NOCELT */ typedef
91 #define NOCELT (-1) /* celt value which is not valid chr or MCCE */
H A Dregc_locale.c561 - element - map collating-element name to celt
562 ^ static celt element(struct vars *, chr *, chr *);
564 static celt
604 ^ static struct cvec *range(struct vars *, celt, celt, int);
609 celt a; /* range start */
610 celt b; /* range end, might equal a */
615 celt c, lc, uc, tc;
661 - before - is celt x before celt
[all...]
H A Dregcomp.c59 static celt nextleader _ANSI_ARGS_((struct vars *, pchr, pchr));
182 static celt element _ANSI_ARGS_((struct vars *, chr *, chr *));
183 static struct cvec *range _ANSI_ARGS_((struct vars *, celt, celt, int));
184 static int before _ANSI_ARGS_((celt, celt));
185 static struct cvec *eclass _ANSI_ARGS_((struct vars *, celt, int));
1370 celt startc;
1371 celt endc;
1574 celt c
[all...]
H A Dregc_lex.c1043 celt c;

Completed in 235 milliseconds