Home | History | Annotate | Download | only in java

Lines Matching refs:jshort

61 %typemap(jni) unsigned char,      const unsigned char &      "jshort"
62 %typemap(jni) short, const short & "jshort"
114 %typemap(jni) jshort "jshort"
134 %typemap(jtype) jshort "short"
154 %typemap(jstype) jshort "short"
236 %typemap(directorin, descriptor="S") unsigned char "$input = (jshort) $1;"
237 %typemap(directorin, descriptor="S") short "$input = (jshort) $1;"
278 %typemap(out) unsigned char %{ $result = (jshort)$1; %}
279 %typemap(out) short %{ $result = (jshort)$1; %}
475 %typemap(directorin, descriptor="S") const unsigned char & "$input = (jshort)$1;"
476 %typemap(directorin, descriptor="S") const short & "$input = (jshort)$1;"
518 %typemap(out) const unsigned char & %{ $result = (jshort)*$1; %}
519 %typemap(out) const short & %{ $result = (jshort)*$1; %}
726 jshort,
747 jshort,
768 jshort,
789 %typemap(directorin,descriptor="S") jshort "$input = $1;"
809 jshort,
830 jshort,
870 jshort,
1014 jshort,
1059 jshort,