Home
last modified time | relevance | path

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

/openbmc/libcper/tests/schemavalidator/
H A Dvalidate.c574 int utf8_length(const char *str) in utf8_length() function
597 if (utf8_length(str) < minlen) { in _schemavalidator_validate_string()
611 if (utf8_length(str) > maxlen) { in _schemavalidator_validate_string()