Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumBytes

2189   unsigned NumBytes = String.size();
2193 StringLength = NumBytes;
2200 SmallVector<UTF16, 128> ToBuf(NumBytes + 1); // +1 for ending nulls.
2204 (void)ConvertUTF8toUTF16(&FromPtr, FromPtr + NumBytes,
2205 &ToPtr, ToPtr + NumBytes,