HomeSort by relevance Sort by last modified time
    Searched defs:LCHAR (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/include/
ptypes.h 212 typedef char LCHAR;
220 * LCHAR version of string-constant
225 * LCHAR version of strcat()
230 * LCHAR version of strchr()
235 * LCHAR version of strrchr()
240 * LCHAR version of strcmp()
245 * LCHAR version of strncmp()
250 * LCHAR version of strcpy()
255 * LCHAR version of strftime()
260 * LCHAR version of strlen(
    [all...]
  /dalvik/libcore/luni/src/main/native/
hycomp.h 338 #define LCHAR(x) (*((CHARACTER) &(x)))
357 #define LCHAR(x) CHAR((x))

Completed in 727 milliseconds