HomeSort by relevance Sort by last modified time
    Searched full:itoa (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/test/intltest/
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...]
restest.cpp 50 itoa(int32_t i, char* buf) function
433 expected_string += itoa(j,buf);
455 expected_string += itoa(index,buf);
  /external/icu4c/test/intltest/
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...]
restest.cpp 50 itoa(int32_t i, char* buf) function
433 expected_string += itoa(j,buf);
455 expected_string += itoa(index,buf);
  /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++));
kernel.c.texi 46 static void itoa (char *buf, int base, int d);
174 itoa (char *buf, int base, int d)
263 itoa (buf, c, *((int *) arg++));
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.cc 144 static string Itoa(int n) {
152 string s = Itoa(node->op()) + ":";
159 s += Itoa((*node->subs())[i]->unique_id());
396 node_string += Itoa((*node->subs())[i]->unique_id());
  /external/regex-re2/re2/
prefilter_tree.cc 137 static string Itoa(int n) {
145 string s = Itoa(node->op()) + ":";
152 s += Itoa((*node->subs())[i]->unique_id());
389 node_string += Itoa((*node->subs())[i]->unique_id());
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixeltransfer.c 113 GLuint amask = ctx->PixelMaps.ItoA.Size - 1;
117 const GLfloat *aMap = ctx->PixelMaps.ItoA.Map;
pixel.c 90 return &ctx->PixelMaps.ItoA;
716 init_pixelmap(&ctx->PixelMaps.ItoA);
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 113 GLuint amask = ctx->PixelMaps.ItoA.Size - 1;
117 const GLfloat *aMap = ctx->PixelMaps.ItoA.Map;
pixel.c 90 return &ctx->PixelMaps.ItoA;
716 init_pixelmap(&ctx->PixelMaps.ItoA);
  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 227 * Base 10 used for ITOA macro
  /system/core/libcutils/
sched_policy.c 96 // specialized itoa -- works for tid > 0
  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 64 itoa((signed long)value, buf, base);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cadlisp.php 67 'grvecs','handent','help','if','initdia','initget','inters','itoa','lambda','last',
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 363 sdl_check_funcs strdup _strrev _strupr _strlwr index rindex strchr strrchr itoa _ltoa
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 459 #define SDL_itoa itoa
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 459 #define SDL_itoa itoa
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 459 #define SDL_itoa itoa
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 459 #define SDL_itoa itoa
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 62 /* itoa() is not a standard function, and we cannot safely call printf()
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc 62 /* itoa() is not a standard function, and we cannot safely call printf()
  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 337 /* calculate trail bytes like digits in itoa() */
  /external/icu4c/test/cintltst/
bocu1tst.c 338 /* calculate trail bytes like digits in itoa() */

Completed in 2833 milliseconds

1 2