Home
last modified time | relevance | path

Searched defs:RAW_ASCII_CHAR (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/encoding/
H A Dapr_escape.c69 #define RAW_ASCII_CHAR(ch) convert_e2a[(unsigned char)ch] macro
71 #define RAW_ASCII_CHAR(ch) (ch) macro