Searched refs:jsonIs4HexB (Results 1 – 1 of 1) sorted by relevance
213766 static int jsonIs4HexB(const char *z, int *pOp){ function214023 || (z[j]=='\\' && jsonIs4HexB(&z[j+1], &op))214027 || (z[k]=='\\' && jsonIs4HexB(&z[k+1], &op))