Searched refs:this_decomp (Results 1 – 2 of 2) sorted by relevance
137 unsigned long codepoint, this_decomp[4]; in read_table() local180 this_decomp[i] = strtoul (l, &l, 16); in read_table()181 decomp_useful &= flags[this_decomp[i]]; in read_table()188 all_decomp[codepoint][j] = this_decomp[j]; in read_table()191 decomp[codepoint][i] = this_decomp[i]; in read_table()
139 unsigned long codepoint, this_decomp[4]; in read_table() local182 this_decomp[i] = strtoul (l, &l, 16); in read_table()183 decomp_useful &= flags[this_decomp[i]]; in read_table()190 all_decomp[codepoint][j] = this_decomp[j]; in read_table()193 decomp[codepoint][i] = this_decomp[i]; in read_table()