Searched refs:title_table (Results 1 – 2 of 2) sorted by relevance
344 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in g_unichar_istitle()345 if (title_table[i][0] == c) in g_unichar_istitle()582 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in g_unichar_toupper()584 if (title_table[i][0] == c) in g_unichar_toupper()585 return title_table[i][1]; in g_unichar_toupper()623 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in g_unichar_tolower()625 if (title_table[i][0] == c) in g_unichar_tolower()626 return title_table[i][2]; in g_unichar_tolower()646 for (i = 0; i < G_N_ELEMENTS (title_table); ++i) in g_unichar_totitle()648 if (title_table[i][0] == c || title_table[i][1] == c in g_unichar_totitle()[all …]
12745 static const gunichar title_table[][3] = { variable