Searched defs:pszThis (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp206 const char *pszThis = c_str(); local
207 if (pszThis)
209 const char *pszHit = strstr(pszThis + pos, pcszFind);
211 return pszHit - pszThis;
H A Duniread.cpp314 char *pszThis = psz; local
323 paCps[i++] = ToNum(pszThis);

Completed in 1609 milliseconds