Lines Matching refs:itoa
112 itoa(int32_t i, char* buf) in itoa() function
402 expected+=itoa(row, buf); in TestIteration()
410 expected+=itoa(row, buf); in TestIteration()
411 expected+=itoa(col, buf); in TestIteration()
616 expected+=itoa(row, buf); in TestOtherAPI()
627 expected+=itoa(row, buf); in TestOtherAPI()
628 expected+=itoa(col, buf); in TestOtherAPI()
814 expected_string += itoa(j,buf); in testTag()
849 expected_string += itoa(index,buf); in testTag()
899 expected_string += itoa(row,buf); in testTag()
900 expected_string += itoa(col,buf); in testTag()
939 expected_string += itoa(row,buf); in testTag()
940 expected_string += itoa(col,buf); in testTag()
1021 uprv_strcat(item_tag, itoa(index,buf)); in testTag()