Searched refs:COMPOSE_FIRST_START (Results 1 – 2 of 2) sorted by relevance
1 #define COMPOSE_FIRST_START 1 macro
355 if (index_a >= COMPOSE_FIRST_START && index_a < COMPOSE_FIRST_SINGLE_START && in combine()358 gunichar res = compose_array[index_a - COMPOSE_FIRST_START][index_b - COMPOSE_SECOND_START]; in combine()