Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgunicomp.h6 #define COMPOSE_TABLE_LAST 281 macro
318 static const gint16 compose_table[COMPOSE_TABLE_LAST + 1] = {
Dgunidecomp.c317 (((Char >> 8) > (COMPOSE_TABLE_LAST)) ? 0 : CI((Char) >> 8, (Char) & 0xff))