c2617dc4ed
- Use the fact that unicode code currently does not support chars above 0xffff (see utf8decode()), and change diacritic database's char code type to unsigned short from int. Also comment out database entries above unsupported range. - Use const when possible. - Iterate over buffer using the buffer's pointer, thus avoiding usage of some variables, and avoiding multiple access to the same array item. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23776 a1c6a512-1295-4272-9138-f99709370657 |
||
---|---|---|
.. | ||
sys | ||
_ansi.h | ||
assert.h | ||
crc32-mi4.h | ||
crc32.h | ||
ctype.h | ||
dbgcheck.h | ||
diacritic.h | ||
dir.h | ||
dir_uncached.h | ||
dircache.h | ||
errno.h | ||
file.h | ||
font_cache.h | ||
inttypes.h | ||
lru.h | ||
malloc.h | ||
math.h | ||
memory.h | ||
rbunicode.h | ||
sprintf.h | ||
sscanf.h | ||
stdio.h | ||
stdlib.h | ||
string.h | ||
strnatcmp.h | ||
time.h | ||
timefuncs.h |