Home
last modified time | relevance | path

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

/qemu/util/
H A Dunicode.c64 static int min_cp[5] = { 0x80, 0x800, 0x10000, 0x200000, 0x4000000 }; in mod_utf8_codepoint() local
103 } else if (cp < min_cp[len - 2] && !(cp == 0 && len == 2)) { in mod_utf8_codepoint()