Upon closer scrutiny, the optimization of using short variables
(as opposed to the array of shorts) really didn't hold up.
Revert back to processing in 'int' amounts, persist in using
short values in the character case folding table, which are
more easily retrieved based on word alignment.  Aligning and
representing the table values as 'int' doesn't exhibit any
additional benefit and wastes some DATA page space.



git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1747461 13f79535-47bb-0310-9956-ffa450edef68
1 file changed