Searched refs:sortKeyB (Results 1 – 2 of 2) sorted by relevance
1604 char sortKeyA[100], sortKeyB[100]; in test_coll() local1606 strxfrm(sortKeyB, coll[i].b, 100); in test_coll()1607 result = sign(strcmp(sortKeyA, sortKeyB)); in test_coll()
2439 wchar_t sortKeyA[100], sortKeyB[100]; in test_coll() local2441 wcsxfrm(sortKeyB, coll[i].b, 100); in test_coll()2442 result = sign(wcscmp(sortKeyA, sortKeyB)); in test_coll()