Searched refs:resStr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp596 static wxChar resStr[300]; local
597 wxStrcpy(resStr, bkStr);
598 wxStringTokenizer tok(resStr, _T(";"), wxTOKEN_STRTOK);
605 return resStr;
620 wxStrcpy(resStr, _T("#"));
624 wxStrcat(resStr, buf);
626 wxStrcat(resStr, buf);
628 wxStrcat(resStr, buf);
629 return resStr;

Completed in 69 milliseconds