Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ToPtr

3072   UTF16 *ToPtr = &ToBuf[0];
3075 &ToPtr, ToPtr + NumBytes,
3078 // ConvertUTF8toUTF16 returns the length in ToPtr.
3079 StringLength = ToPtr - &ToBuf[0];
3082 *ToPtr = 0;