Home | History | Annotate | Download | only in Sema

Lines Matching defs:NumBytes

1149     unsigned NumBytes = String.size();
1150 SmallVector<UTF16, 128> ToBuf(NumBytes);
1154 ConversionResult Result = ConvertUTF8toUTF16(&FromPtr, FromPtr + NumBytes,
1155 &ToPtr, ToPtr + NumBytes,