Searched refs:org2 (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/ |
A D | tst_strxfrm.c | 15 const char *org1, *org2; in tst_strxfrm() local 27 org2 = TST_INPUT (strxfrm).org2; in tst_strxfrm() 72 ret = strxfrm (((n2 == 0) ? NULL : frm2), org2, n2); in tst_strxfrm() 81 fprintf (stdout, " : org = %s\n", org2); in tst_strxfrm() 101 ret_coll = strcoll (org1, org2); in tst_strxfrm()
|
A D | tst_wcsxfrm.c | 14 wchar_t *org1, *org2; in tst_wcsxfrm() local 26 org2 = TST_INPUT (wcsxfrm).org2; in tst_wcsxfrm() 63 ret = wcsxfrm (((n2 == 0) ? NULL : frm2), org2, n2); in tst_wcsxfrm() 87 ret_coll = wcscoll (org1, org2); in tst_wcsxfrm()
|
A D | tst_types.h | 288 char org2[MBSSIZE]; member 649 wchar_t org2[WCSSIZE]; member
|
Completed in 5 milliseconds