Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 11 of 11) sorted by relevance

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java335 TypeDescription ctype = (TypeDescription) in readAnyValue() local
337 while (ctype.getTypeClass() == TypeClass.SEQUENCE) { in readAnyValue()
338 ctype = (TypeDescription) ctype.getComponentType(); in readAnyValue()
340 switch (ctype.getTypeClass().getValue()) { in readAnyValue()
347 if (ctype.hasTypeArguments()) { in readAnyValue()
383 TypeDescription ctype = (TypeDescription) type.getComponentType(); in readSequenceValue() local
384 if (ctype.getTypeClass() == TypeClass.BYTE) { in readSequenceValue()
390 ctype.getTypeClass() == TypeClass.ANY in readSequenceValue()
391 ? Object.class : ctype.getZClass(), len); in readSequenceValue()
393 Array.set(value, i, readValue(ctype)); in readSequenceValue()
H A DMarshal.java297 TypeDescription ctype = (TypeDescription) type.getComponentType(); in writeSequenceValue() local
298 if (ctype.getTypeClass() == TypeClass.BYTE) { in writeSequenceValue()
306 writeValue(ctype, Array.get(value, i)); in writeSequenceValue()
/trunk/main/soltools/cpp/
H A D_eval.c53 char ctype; member
429 switch (priority[oper].ctype) in evalop()
443 if (priority[oper].ctype == RELAT && rtype == UNS) in evalop()
/trunk/main/scripting/source/pyprov/
H A Dmailmerge.py243 ctype = flavor.MimeType
244 maintype, subtype = ctype.split('/', 1)
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx326 #define MAP(classtype,ctype) \ in getFastPropertyValue()
328 rValue <<= *(ctype *)(rInfo.pValue); \ in getFastPropertyValue()
/trunk/main/cairo/
H A Dcairo-1.8.0.patch242 #include <ctype.h>
/trunk/main/idlc/source/
H A Dscanner.ll29 #include <ctype.h>
/trunk/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win32398 #include <ctype.h>
/trunk/main/expat/
H A Dexpat-2.5.0.patch625 #include <ctype.h>
/trunk/main/external/mingwheaders/
H A Dmingw_headers.patch325 +#define __typefix(ctype)
/trunk/main/icc/
H A DSampleICC-1.3.2.patch2965 #include <ctype.h>

Completed in 46 milliseconds