/external/grub/docs/ |
kernel.c | 46 static void itoa (char *buf, int base, int d); 174 itoa (char *buf, int base, int d) function 263 itoa (buf, c, *((int *) arg++));
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
restest.cpp | 50 itoa(int32_t i, char* buf) function 433 expected_string += itoa(j,buf); 455 expected_string += itoa(index,buf);
|
restsnew.cpp | 48 itoa(int32_t i, char* buf) function 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) [all...] |
/external/icu4c/test/intltest/ |
restest.cpp | 50 itoa(int32_t i, char* buf) function 433 expected_string += itoa(j,buf); 455 expected_string += itoa(index,buf);
|
restsnew.cpp | 48 itoa(int32_t i, char* buf) function 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) [all...] |