Searched refs:ctype (Results 1 – 10 of 10) sorted by relevance
335 TypeDescription ctype = (TypeDescription) in readAnyValue() local337 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() local384 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()
297 TypeDescription ctype = (TypeDescription) type.getComponentType(); in writeSequenceValue() local298 if (ctype.getTypeClass() == TypeClass.BYTE) { in writeSequenceValue()306 writeValue(ctype, Array.get(value, i)); in writeSequenceValue()
53 char ctype; member429 switch (priority[oper].ctype) in evalop()443 if (priority[oper].ctype == RELAT && rtype == UNS) in evalop()
238 ctype = flavor.MimeType239 maintype, subtype = ctype.split('/', 1)
326 #define MAP(classtype,ctype) \ in getFastPropertyValue()328 rValue <<= *(ctype *)(rInfo.pValue); \ in getFastPropertyValue()
242 #include <ctype.h>
29 #include <ctype.h>
398 #include <ctype.h>
325 +#define __typefix(ctype)
2965 #include <ctype.h>
Completed in 81 milliseconds