Searched defs:toAscii (Results 1 - 2 of 2) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A DWCharacter.h39 inline int toAscii(int c) __attribute__((always_inline));
144 inline int toAscii(int c) function
/external/expat/lib/
H A Dxmltok.c948 toAscii(const ENCODING *enc, const char *ptr, const char *end) function
990 if (!isSpace(toAscii(enc, ptr, end))) {
996 } while (isSpace(toAscii(enc, ptr, end)));
1003 c = toAscii(enc, ptr, end);
1016 } while (isSpace(c = toAscii(enc, ptr, end)));
1030 c = toAscii(enc, ptr, end);
1033 c = toAscii(enc, ptr, end);
1043 c = toAscii(enc, ptr, end);
1131 int c = toAscii(enc, val, end);
1164 while (isSpace(toAscii(en
[all...]

Completed in 1216 milliseconds