Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgunidecomp.c331 if (index_a >= COMPOSE_FIRST_SINGLE_START && index_a < COMPOSE_SECOND_START) in combine()
333 if (b == compose_first_single[index_a - COMPOSE_FIRST_SINGLE_START][0]) in combine()
335 *result = compose_first_single[index_a - COMPOSE_FIRST_SINGLE_START][1]; in combine()
355 if (index_a >= COMPOSE_FIRST_START && index_a < COMPOSE_FIRST_SINGLE_START && in combine()
Dgunicomp.h2 #define COMPOSE_FIRST_SINGLE_START 149 macro