Home
last modified time | relevance | path

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

/third_party/ejdb/src/util/
Dutf8proc.c178 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t uc) { in utf8proc_codepoint_valid() function
Dutf8proc.h443 UTF8PROC_DLLEXPORT utf8proc_bool utf8proc_codepoint_valid(utf8proc_int32_t codepoint);
/third_party/ejdb/src/jbl/
Djbl_json.c153 if (!utf8proc_codepoint_valid(cp)) { in _jbl_unescape_json_string()
/third_party/ejdb/src/jql/inc/
Djqpx.c316 if (!utf8proc_codepoint_valid(cp)) { in _jqp_unescape_json_string()