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

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

Completed in 207 milliseconds