Home | History | Annotate | Download | only in cintltst

Lines Matching refs:x61

611         symbol[1] = (UChar)(0x61 + i);
624 if(resultlength != 2 || symbol[0] != 0x41 + i || symbol[1] != 0x61 + i) {