Searched defs:conversion (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/gnulib/
H A Dprintf-parse.h47 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon543
H A Dvasnprintf.c85 char conversion,
111 switch (conversion)
339 if (dp->conversion == '%')
352 if (dp->conversion == 'n')
438 switch (dp->conversion)
697 *p = dp->conversion;
899 dp->conversion,
905 dp->conversion,
80 print_long_long(char *buf, int len, int width, int precision, unsigned long flags, char conversion, unsigned long long number) argument
/external/e2fsprogs/intl/
H A Dprintf-parse.h48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon1908
H A Dwprintf-parse.h48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon1910
/external/webkit/WebCore/bindings/js/
H A DJSSVGPODListCustom.h109 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion)
114 listImp->initialize(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), ec));
136 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion)
148 listImp->insertItemBefore(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), index, ec));
153 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion)
165 listImp->replaceItem(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), index, ec));
187 typename JSSVGPODListTraits<PODType>::ConversionCallback conversion)
192 listImp->appendItem(JSSVGPODListTraits<PODType>::PODListItem::copy(conversion(args.at(0))), ec));
108 initialize(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args, typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) argument
135 insertItemBefore(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args, typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) argument
152 replaceItem(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args, typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) argument
186 appendItem(JSPODListType* wrapper, JSC::ExecState* exec, const JSC::ArgList& args, typename JSSVGPODListTraits<PODType>::ConversionCallback conversion) argument

Completed in 78 milliseconds