Home | History | Annotate | Download | only in Sema

Lines Matching defs:NumBytes

1557     unsigned NumBytes = String.size();
1558 SmallVector<UTF16, 128> ToBuf(NumBytes);
1562 ConversionResult Result = ConvertUTF8toUTF16(&FromPtr, FromPtr + NumBytes,
1563 &ToPtr, ToPtr + NumBytes,