Lines Matching full:strbuf
4499 std::ostringstream strBuf;
4530 strBuf << pCapUnits[pData[iIndex] - '0'];
4531 strBuf << pComm[0];
4534 strBuf << pCapUnits[pData[iIndex + 2] - '0'];
4537 strBuf << pLastTens[pData[iIndex + 1] - '2'];
4538 strBuf << "-";
4539 strBuf << pUnits[pData[iIndex + 2] - '0'];
4541 strBuf << pTens[pData[iIndex + 2] - '0'];
4543 strBuf << pCapUnits[pData[iIndex + 2] - '0'];
4549 strBuf << pCapUnits[pData[iIndex + 1] - '0'];
4552 strBuf << pLastTens[pData[iIndex] - '2'];
4553 strBuf << "-";
4554 strBuf << pUnits[pData[iIndex + 1] - '0'];
4556 strBuf << pTens[pData[iIndex + 1] - '0'];
4558 strBuf << pCapUnits[pData[iIndex + 1] - '0'];
4563 strBuf << pCapUnits[pData[iIndex] - '0'];
4567 strBuf << pComm[iComm];
4572 strBuf << pCapUnits[pData[iIndex] - '0'];
4573 strBuf << pComm[0];
4576 strBuf << pCapUnits[pData[iIndex + 2] - '0'];
4579 strBuf << pLastTens[pData[iIndex + 1] - '2'];
4580 strBuf << "-";
4581 strBuf << pUnits[pData[iIndex + 2] - '0'];
4583 strBuf << pTens[pData[iIndex + 2] - '0'];
4585 strBuf << pCapUnits[pData[iIndex + 2] - '0'];
4589 strBuf << pComm[iComm];
4594 return ByteString(strBuf);
4606 std::ostringstream strBuf;
4621 strBuf << TrillionUS(ByteStringView(pData + iIndex, iCount));
4624 strBuf << " Trillion ";
4628 strBuf << " Dollars";
4631 strBuf << " And ";
4638 strBuf << TrillionUS(ByteStringView(pData + iIndex, iCount));
4641 strBuf << " Trillion ";
4643 strBuf << " Cents";
4645 return ByteString(strBuf);