Searched refs:itoa1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 91 itoa1(int32_t i, char* buf) in itoa1() function 1756 u_uastrcpy(element, itoa1(j,buf)); in testTag() 1795 u_uastrcpy(element, itoa1(idx,buf)); in testTag() 1846 u_uastrcpy(element, itoa1(row, buf)); in testTag() 1848 u_uastrcpy(element, itoa1(col, buf)); in testTag() 1895 u_uastrcpy(element, itoa1(row, buf)); in testTag() 1897 u_uastrcpy(element, itoa1(col, buf)); in testTag() 1955 strcat(item_tag, itoa1(idx,buf)); in testTag() 1981 u_uastrcpy(element, itoa1(idx,buf)); in testTag()
|