Searched refs:jsonIs4Hex (Results 1 – 1 of 1) sorted by relevance
751 static int jsonIs4Hex(const char *z){ in jsonIs4Hex() function843 || (c=='u' && jsonIs4Hex(z+j+1)) ){ in jsonParseValue()