HomeSort by relevance Sort by last modified time
    Searched defs:itoa (Results 1 - 5 of 5) sorted by null

  /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/third_party/icu/source/test/intltest/
restest.cpp 50 itoa(int32_t i, char* buf) function
428 expected_string += itoa(j,buf);
450 expected_string += itoa(index,buf);
restsnew.cpp 48 itoa(int32_t i, char* buf) function
352 expected+=itoa(row, buf);
360 expected+=itoa(row, buf);
361 expected+=itoa(col, buf);
564 expected+=itoa(row, buf);
575 expected+=itoa(row, buf);
576 expected+=itoa(col, buf);
748 expected_string += itoa(j,buf);
783 expected_string += itoa(index,buf);
833 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...]

Completed in 201 milliseconds