Home | History | Annotate | Download | only in text

Lines Matching refs:lastChar

293             char lastChar = descriptor.charAt(descriptorLength - 1);
294 if (firstChar >= '0' && firstChar <= '9' && lastChar != 'x') {
373 if (firstChar == '0' && lastChar == 'x') {
377 else if (firstChar == 'x' && lastChar == 'x') {
381 else if (firstChar == 'x' && lastChar == '0') {