Home | History | Annotate | Download | only in templates

Lines Matching refs:getChar

1603       return (new Character(table.getChar((int)val - 1))).toString();  // index into table is off one, starts at 0
1632 table[i + 1] = aTable.getChar(i);
1635 table[0] = aTable.getChar(i);
1790 if (buf[charPos - 1] != zeroChar.getChar(0))
1791 buf[charPos++] = zeroChar.getChar(0);
1822 table[j + 1] = THEletters.getChar(j);
1825 table[0] = THEletters.getChar(j - 1); // don't need this
1835 org.apache.xml.utils.res.XResourceBundle.LANG_MULTIPLIER_CHAR))).getChar(i);
1889 table[j + 1] = theletters.getChar(j);
1892 table[0] = theletters.getChar(j - 1); // don't need this