Home | History | Annotate | Download | only in intltest

Lines Matching refs:itoa

48 itoa(int32_t i, char* buf)
357 expected+=itoa(row, buf);
365 expected+=itoa(row, buf);
366 expected+=itoa(col, buf);
569 expected+=itoa(row, buf);
580 expected+=itoa(row, buf);
581 expected+=itoa(col, buf);
753 expected_string += itoa(j,buf);
788 expected_string += itoa(index,buf);
838 expected_string += itoa(row,buf);
839 expected_string += itoa(col,buf);
878 expected_string += itoa(row,buf);
879 expected_string += itoa(col,buf);
960 uprv_strcat(item_tag, itoa(index,buf));