Searched defs:itoa (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestest.cpp50 itoa(int32_t i, char* buf) function
433 expected_string += itoa(j,buf);
455 expected_string += itoa(index,buf);
H A Drestsnew.cpp48 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(ro
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drestest.cpp49 itoa(int32_t i, char* buf) function
432 expected_string += itoa(j,buf);
454 expected_string += itoa(index,buf);
H A Drestsnew.cpp48 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(ro
[all...]

Completed in 541 milliseconds