Lines Matching defs:_compare
199 _compare(const wchar_t *x, int xLen, const wchar_t *y, int yLen)
282 return xLen >= yLen && 0 == _compare(x, yLen, y, yLen);
313 return 0 == _compare(x, xLen, y, yLen);
316 0 == _compare(x, yLen, y, yLen) &&
1276 bool coreX = 0 == _compare(x, -1, L"PythonCore", -1);
1277 bool coreY = 0 == _compare(y, -1, L"PythonCore", -1);
1283 return _compare(x, -1, y, -1);
1303 int r = _compare(x, xToDash, y, yToDash);
1314 return _compare(yDash, -1, xDash, -1);
1435 if (0 != _compare(env->company, -1, L"PythonCore", -1)) {
1495 if (0 == _compare(env->architecture, -1, L"32bit", -1)) {
1497 if (tagLength <= 3 || 0 != _compare(&env->tag[tagLength - 3], 3, L"-32", 3)) {
1633 if (search->limitToCompany && 0 != _compare(search->limitToCompany, -1, buffer, cchBuffer)) {
2018 0 != _compare(search->company, search->companyLength, L"PythonCore", -1)) {
2025 if (0 == _compare(search->tag, search->tagLength, info->tag, -1)) {
2084 return 0 == _compare(env->company, -1, search->company, search->companyLength);
2105 return 0 == _compare(env->architecture, -1, L"32bit", -1);
2142 } else if (0 == _compare(env->company, -1, L"PythonCore", -1)) {
2240 } else if (0 == _compare(env->company, -1, L"PythonCore", -1)) {