rockbox/firmware/include
Tomer Shalev c2617dc4ed Diacritic display enhancements
- 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
2009-11-28 17:07:57 +00:00
..
sys
_ansi.h
assert.h
crc32-mi4.h
crc32.h
ctype.h
dbgcheck.h
diacritic.h Diacritic display enhancements 2009-11-28 17:07:57 +00:00
dir.h
dir_uncached.h
dircache.h
errno.h Make the database tool buildable from configure. 2009-10-07 16:54:15 +00:00
file.h
font_cache.h
inttypes.h
lru.h
malloc.h This is my initial attempt to get rid of the newlib headers requirement, 2002-06-15 15:49:32 +00:00
math.h
memory.h
rbunicode.h Make the database tool buildable from configure. 2009-10-07 16:54:15 +00:00
sprintf.h Rename vfnprintf to vuprintf (u stands for user for the user callback and data passed to it) to avoid confusion with file and buffer size related functions from the printf-family, and add a comment to its declaration. 2009-11-03 21:20:09 +00:00
sscanf.h
stdio.h
stdlib.h Remove various ABS() definitions with a single one using typeof (if using gcc) to avoid multiple evaluations of the input expressions. Speex still uses its own as I didn't want to change this imported code too much. 2009-08-03 01:38:58 +00:00
string.h
strnatcmp.h
time.h
timefuncs.h FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00