• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/cxx/cxx/

Lines Matching defs:space

804 const ctype_base::mask ctype_base::space;
1231 if (m & space) result |= (iswspace_l(ch, __l) != 0);
1257 *vec |= space;
1289 if (m & space && iswspace_l(ch, __l)) break;
1314 if (m & space && iswspace_l(ch, __l)) continue;
4788 if (ct.is(ctype_base::space, *bb))
4791 for (++bb; bb != be && ct.is(ctype_base::space, *bb); ++bb)
4946 if (ct.is(ctype_base::space, *wbb))
4949 for (++wbb; wbb != wbe && ct.is(ctype_base::space, *wbb); ++wbb)
5487 const char space = static_cast<char>(money_base::space);
5495 // if the sign is adjacent to the symbol, there's a space between
5496 // them, and otherwise there's a space between the sign and value.
5501 // that, so we just use a space. When sep_by_space says to
5502 // separate the symbol and value-or-sign with a space, we rearrange the
5506 // We also need to avoid adding an extra space between the sign
5509 // sep_by_space==1 as "omit the space when the currency symbol is
5528 pat.field[2] = none; // Any space appears in the symbol.
5532 case 0: // No space separates the currency symbol and value.
5536 // The "sign" is two parentheses, so no space here either.
5540 // We insert the space into the symbol instead of
5541 // setting pat.field[2]=space so that when
5542 // showbase is not set, the space goes away too.
5555 case 0: // No space separates the currency symbol and value.
5563 // We insert the space into the symbol instead of
5564 // setting pat.field[2]=space so that when
5565 // showbase is not set, the space goes away too.
5570 pat.field[1] = space;
5587 case 0: // No space separates the currency symbol and value.
5593 // We insert the space into the symbol instead of
5594 // setting pat.field[1]=space so that when
5595 // showbase is not set, the space goes away too.
5603 pat.field[2] = space;
5619 case 0: // No space separates the currency symbol and value.
5624 pat.field[1] = space;
5636 // We insert the space into the symbol instead of
5637 // setting pat.field[2]=space so that when
5638 // showbase is not set, the space goes away too.
5651 case 0: // No space separates the currency symbol and value.
5659 // We insert the space into the symbol instead of
5660 // setting pat.field[1]=space so that when
5661 // showbase is not set, the space goes away too.
5667 pat.field[2] = space;
5688 pat.field[2] = none; // Any space appears in the symbol.
5692 case 0: // No space separates the currency symbol and value.
5696 // The "sign" is two parentheses, so no space here either.
5700 // We insert the space into the symbol instead of
5701 // setting pat.field[2]=space so that when
5702 // showbase is not set, the space goes away too.
5715 case 0: // No space separates the currency symbol and value.
5723 // We insert the space into the symbol instead of
5724 // setting pat.field[2]=space so that when
5725 // showbase is not set, the space goes away too.
5730 pat.field[1] = space;
5747 case 0: // No space separates the currency symbol and value.
5755 // We insert the space into the symbol instead of
5756 // setting pat.field[1]=space so that when
5757 // showbase is not set, the space goes away too.
5763 pat.field[2] = space;
5779 case 0: // No space separates the currency symbol and value.
5787 // We insert the space into the symbol instead of
5788 // setting pat.field[2]=space so that when
5789 // showbase is not set, the space goes away too.
5794 pat.field[1] = space;
5811 case 0: // No space separates the currency symbol and value.
5817 pat.field[2] = space;
5828 // We insert the space into the symbol instead of
5829 // setting pat.field[1]=space so that when
5830 // showbase is not set, the space goes away too.