Searched refs:ret_coll (Results 1 – 2 of 2) sorted by relevance
17 int ret_coll, ret_cmp; in tst_wcsxfrm() local87 ret_coll = wcscoll (org1, org2); in tst_wcsxfrm()100 if ((ret_coll == ret_cmp) || (ret_coll > 0 && ret_cmp > 0) in tst_wcsxfrm()101 || (ret_coll < 0 && ret_cmp < 0)) in tst_wcsxfrm()116 ret_coll, ret_cmp); in tst_wcsxfrm()
18 int ret_coll, ret_cmp; in tst_strxfrm() local101 ret_coll = strcoll (org1, org2); in tst_strxfrm()114 if ((ret_coll == 0 && ret_cmp == 0) in tst_strxfrm()115 || (ret_coll < 0 && ret_cmp < 0) || (ret_coll > 0 && ret_cmp > 0)) in tst_strxfrm()130 ret_coll, ret_cmp); in tst_strxfrm()
Completed in 3 milliseconds