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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp1043 wxString searchPath; local
1044 searchPath.reserve(4*pathPrefix.length());
1045 searchPath << pathPrefix << wxFILE_SEP_PATH << wxT("LC_MESSAGES") << wxPATH_SEP
1049 return searchPath;
1099 wxString searchPath; local
1100 searchPath.reserve(500);
1104 searchPath += paths[n];
1106 searchPath += wxPATH_SEP;
1109 return searchPath;
1116 wxString searchPath; local
[all...]

Completed in 27 milliseconds