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

  /bionic/linker/
linker_format.c 597 char padChar = padZero ? '0' : ' ';
598 out_send_repeat(o, padChar, width - slen);
604 char padChar = padZero ? '0' : ' ';
605 out_send_repeat(o, padChar, width - slen);
  /external/icu4c/i18n/
decimfmt.cpp     [all...]

Completed in 4630 milliseconds