Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ToPtr

2829   UTF16 *ToPtr = &ToBuf[0];
2832 &ToPtr, ToPtr + NumBytes,
2835 // ConvertUTF8toUTF16 returns the length in ToPtr.
2836 StringLength = ToPtr - &ToBuf[0];
2839 *ToPtr = 0;