Home | History | Annotate | Download | only in CodeGen

Lines Matching full:numbytes

2816   unsigned NumBytes = String.size();
2820 StringLength = NumBytes;
2827 SmallVector<UTF16, 128> ToBuf(NumBytes + 1); // +1 for ending nulls.
2831 (void)ConvertUTF8toUTF16(&FromPtr, FromPtr + NumBytes,
2832 &ToPtr, ToPtr + NumBytes,