Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ToPtr

2178   UTF16 *ToPtr = &ToBuf[0];
2181 &ToPtr, ToPtr + NumBytes,
2184 // ConvertUTF8toUTF16 returns the length in ToPtr.
2185 StringLength = ToPtr - &ToBuf[0];
2188 *ToPtr = 0;