Home | History | Annotate | Download | only in c

Lines Matching refs:typeCh

16         char typeCh;
70 typeCh = arrayClass->descriptor[1];
71 if (typeCh == 'D' || typeCh == 'J') {
75 } else if (typeCh != 'L' && typeCh != '[' && typeCh != 'I') {
105 if (typeCh == 'L' || typeCh == '[') {