Searched defs:intArg (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Dutrace.c192 int32_t intArg; local
232 intArg =(int32_t)va_arg(args, int32_t); /* Length */
233 outputUString((const UChar *)ptrArg, intArg, outBuf, &outIx, capacity, indent);
238 intArg = va_arg(args, int);
239 outputHexBytes(intArg, 2, outBuf, &outIx, capacity);
244 intArg = va_arg(args, int);
245 outputHexBytes(intArg, 4, outBuf, &outIx, capacity);
250 intArg = va_arg(args, int);
251 outputHexBytes(intArg, 8, outBuf, &outIx, capacity);
/external/icu4c/i18n/
H A Dtransreg.cpp438 int32_t intArg; // For COMPOUND_RBT, LOCALE_RULES member in class:TransliteratorEntry
1133 entry->intArg = dir;
1307 (UTransDirection) entry->intArg);
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
H A DWebDOMTestObj.cpp608 void WebDOMTestObj::voidMethodWithArgs(int intArg, const WebDOMString& strArg, const WebDOMTestObj& objArg) argument
613 impl()->voidMethodWithArgs(intArg, strArg, toWebCore(objArg));
624 int WebDOMTestObj::intMethodWithArgs(int intArg, const WebDOMString& strArg, const WebDOMTestObj& objArg) argument
629 return impl()->intMethodWithArgs(intArg, strArg, toWebCore(objArg));
640 WebDOMTestObj WebDOMTestObj::objMethodWithArgs(int intArg, const WebDOMString& strArg, const WebDOMTestObj& objArg) argument
645 return toWebKit(WTF::getPtr(impl()->objMethodWithArgs(intArg, strArg, toWebCore(objArg))));
725 void WebDOMTestObj::withDynamicFrameAndArg(int intArg) argument
730 impl()->withDynamicFrameAndArg(intArg);
733 void WebDOMTestObj::withDynamicFrameAndOptionalArg(int intArg, int optionalArg) argument
738 impl()->withDynamicFrameAndOptionalArg(intArg, optionalAr
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 137 milliseconds