Searched refs:pNameText (Results 1 – 1 of 1) sorted by relevance
36 const wchar_t* pNameText = pReplace; in GetFont() local37 while (*pNameText != L',' && iLength > 0) { in GetFont()38 pNameText++; in GetFont()41 WideString wsReplace = WideString(pReplace, pNameText - pReplace); in GetFont()47 pNameText++; in GetFont()48 pReplace = pNameText; in GetFont()