Lines Matching refs:itoa
51 itoa(int32_t i, char* buf) in itoa() function
360 expected+=itoa(row, buf); in TestIteration()
368 expected+=itoa(row, buf); in TestIteration()
369 expected+=itoa(col, buf); in TestIteration()
572 expected+=itoa(row, buf); in TestOtherAPI()
583 expected+=itoa(row, buf); in TestOtherAPI()
584 expected+=itoa(col, buf); in TestOtherAPI()
770 expected_string += itoa(j,buf); in testTag()
805 expected_string += itoa(index,buf); in testTag()
855 expected_string += itoa(row,buf); in testTag()
856 expected_string += itoa(col,buf); in testTag()
895 expected_string += itoa(row,buf); in testTag()
896 expected_string += itoa(col,buf); in testTag()
977 uprv_strcat(item_tag, itoa(index,buf)); in testTag()