HomeSort by relevance Sort by last modified time
    Searched refs:padChar (Results 1 - 5 of 5) 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/common/
unistr.cpp     [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]
  /external/icu4c/i18n/unicode/
decimfmt.h 320 * padSpec := '*' padChar
321 * padChar := '\\u0000'..'\\uFFFD' - quote
    [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 88 milliseconds