Searched refs:chSep (Results 1 – 2 of 2) sorted by relevance
367 FX_WCHAR chSep) { in ExtractSubString() argument371 lpszFullString = std::wcschr(lpszFullString, chSep); in ExtractSubString()377 while (*lpszFullString == chSep) in ExtractSubString()380 const FX_WCHAR* lpchEnd = std::wcschr(lpszFullString, chSep); in ExtractSubString()
37 FX_WCHAR chSep);