Home
last modified time | relevance | path

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

/third_party/python/PC/
H A Dlauncher2.c1300 const wchar_t *yDash = wcschr(y, L'-'); in _compareTag() local
1302 int yToDash = yDash ? (int)(yDash - y) : -1; in _compareTag()
1313 if (xDash && yDash) { in _compareTag()
1314 return _compare(yDash, -1, xDash, -1); in _compareTag()
1317 } else if (yDash) { in _compareTag()

Completed in 4 milliseconds