Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgunicomp.h1 #define COMPOSE_FIRST_START 1 macro
Dgunidecomp.c355 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()