Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NumBytes

1986   unsigned NumBytes = String.size();
1990 StringLength = NumBytes;
1997 SmallVector<UTF16, 128> ToBuf(NumBytes + 1); // +1 for ending nulls.
2001 (void)ConvertUTF8toUTF16(&FromPtr, FromPtr + NumBytes,
2002 &ToPtr, ToPtr + NumBytes,