Searched refs:jsonIs4Hex (Results 1 – 1 of 1) sorted by relevance
213390 static int jsonIs4Hex(const char *z){ function213768 if( !jsonIs4Hex(&z[1]) ) return 0;213913 if( !jsonIs4Hex((const char*)&z[j+2]) ) return j+1;214185 || (c=='u' && jsonIs4Hex(&z[j+1])) ){