Searched refs:ErrorPtrTmp (Results 1 – 1 of 1) sorted by relevance
1551 const UTF8 *ErrorPtrTmp; in CopyStringFragment() local1552 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp)) in CopyStringFragment()1565 const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp); in CopyStringFragment()1582 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) { in CopyStringFragment()1583 const char *ErrorPtr = reinterpret_cast<const char *>(ErrorPtrTmp); in CopyStringFragment()