Home | History | Annotate | Download | only in Sema

Lines Matching full:numbytes

2372     unsigned NumBytes = String.size();
2373 SmallVector<UTF16, 128> ToBuf(NumBytes);
2377 ConversionResult Result = ConvertUTF8toUTF16(&FromPtr, FromPtr + NumBytes,
2378 &ToPtr, ToPtr + NumBytes,