Home
last modified time | relevance | path

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

/third_party/ejdb/src/util/
Dutf8proc.c262 : (lbc >= UTF8PROC_BOUNDCLASS_CR && lbc <= UTF8PROC_BOUNDCLASS_CONTROL) ? true // GB4 in grapheme_break_simple()
263 : (tbc >= UTF8PROC_BOUNDCLASS_CR && tbc <= UTF8PROC_BOUNDCLASS_CONTROL) ? true // GB5 in grapheme_break_simple()
Dutf8proc.h379 UTF8PROC_BOUNDCLASS_CONTROL = 4, /**< Control */ enumerator