Home
last modified time | relevance | path

Searched refs:szP2 (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/unittests/interop/
H A DLocaleTests.cpp264 WCHAR szP1[MAX_PATH], szP2[MAX_PATH]; in TEST_PartMatches() local
273 if (!LoadPart(&match.p2, szP2, _countof(szP2))) in TEST_PartMatches()
280 ok(wcscmp(szP1, szP2) == 0, "Locale 0x%lX: Mismatching pairs %u:%u / %u:%u '%S' vs. '%S'\n", in TEST_PartMatches()
281 curLcid, match.p1.Num, match.p1.Idx, match.p2.Num, match.p2.Idx, szP1, szP2); in TEST_PartMatches()