Home
last modified time | relevance | path

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

/third_party/python/PC/
H A Dlauncher2.c1299 const wchar_t *xDash = wcschr(x, L'-'); in _compareTag() local
1301 int xToDash = xDash ? (int)(xDash - x) : -1; in _compareTag()
1313 if (xDash && yDash) { in _compareTag()
1314 return _compare(yDash, -1, xDash, -1); in _compareTag()
1315 } else if (xDash) { in _compareTag()

Completed in 7 milliseconds