Lines Matching defs:element
1753 UChar element[3];
1755 u_uastrcpy(element, itoa1(j,buf));
1756 u_strcat(expected_string, element);
1791 UChar element[3];
1794 u_uastrcpy(element, itoa1(idx,buf));
1795 u_strcat(expected_string, element);
1843 UChar element[3];
1845 u_uastrcpy(element, itoa1(row, buf));
1846 u_strcat(expected_string, element);
1847 u_uastrcpy(element, itoa1(col, buf));
1848 u_strcat(expected_string, element);
1892 UChar element[3];
1894 u_uastrcpy(element, itoa1(row, buf));
1895 u_strcat(expected_string, element);
1896 u_uastrcpy(element, itoa1(col, buf));
1897 u_strcat(expected_string, element);
1978 UChar element[3];
1980 u_uastrcpy(element, itoa1(idx,buf));
1981 u_strcat(expected_string, element);