Home
last modified time | relevance | path

Searched refs:_jbl_hex (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/json/
Diwjser.c73 IW_INLINE int _jbl_hex(char c) { in _jbl_hex() function
136 if ( ((h1 = _jbl_hex(p[1])) < 0) || ((h2 = _jbl_hex(p[2])) < 0) in _jbl_unescape_json_string()
137 || ((h3 = _jbl_hex(p[3])) < 0) || ((h4 = _jbl_hex(p[4])) < 0)) { in _jbl_unescape_json_string()
145 || ((h1 = _jbl_hex(p[1])) < 0) || ((h2 = _jbl_hex(p[2])) < 0) in _jbl_unescape_json_string()
146 || ((h3 = _jbl_hex(p[3])) < 0) || ((h4 = _jbl_hex(p[4])) < 0)) { in _jbl_unescape_json_string()