Home
last modified time | relevance | path

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

/aoo4110/main/jurt/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()
/aoo4110/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()
/aoo4110/main/scripting/source/pyprov/
H A Dmailmerge.py238 ctype = flavor.MimeType
239 maintype, subtype = ctype.split('/', 1)
/aoo4110/main/toolkit/source/layout/core/
H A Dhelper.cxx326 #define MAP(classtype,ctype) \ in getFastPropertyValue()
328 rValue <<= *(ctype *)(rInfo.pValue); \ in getFastPropertyValue()
/aoo4110/main/cairo/
H A Dcairo-1.8.0.patch242 #include <ctype.h>
/aoo4110/main/idlc/source/
H A Dscanner.ll29 #include <ctype.h>
/aoo4110/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win32398 #include <ctype.h>
/aoo4110/main/external/mingwheaders/
H A Dmingw_headers.patch325 +#define __typefix(ctype)
/aoo4110/main/icc/
H A DSampleICC-1.3.2.patch2965 #include <ctype.h>

Completed in 97 milliseconds