HomeSort by relevance Sort by last modified time
    Searched refs:ASCII_0 (Results 1 - 5 of 5) sorted by null

  /external/expat/lib/
ascii.h 59 #define ASCII_0 0x30
xmltok_impl.c     [all...]
xmltok.c 1098 && !(ASCII_0 <= c && c <= ASCII_9)
    [all...]
xmlparse.c     [all...]
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c 76 #define ASCII_0 48
355 hex_num = hex_num * HEX_BASE + (string[idx]- ASCII_0);

Completed in 635 milliseconds