Home | History | Annotate | Download | only in CodeGen

Lines Matching full:numbytes

3059   unsigned NumBytes = String.size();
3063 StringLength = NumBytes;
3070 SmallVector<UTF16, 128> ToBuf(NumBytes + 1); // +1 for ending nulls.
3074 (void)ConvertUTF8toUTF16(&FromPtr, FromPtr + NumBytes,
3075 &ToPtr, ToPtr + NumBytes,