Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmakeucnid.c137 unsigned long codepoint, this_decomp[4]; in read_table() local
180 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()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmakeucnid.cc139 unsigned long codepoint, this_decomp[4]; in read_table() local
182 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()