2 * TEST SUITE FOR MB/WC FUNCTIONS IN CLIBRARY
6 * WCSTOD: double wcstod (const wchar_t *np, wchar_t **endp);
12 * need more test data!
17 TST_WCSTOD tst_wcstod_loc
[] = {
19 { Twcstod
, TST_LOC_de
},
24 {{ 0x0030,0x0030,0x0030,0x002C,0x0030,0x0030,0x0030,0x0030,0x0000 }},
26 { 0,1,0.0, 0.0, 0x0000 }
31 {{ 0x0031,0x0032,0x0033,0x002C,0x0034,0x0035,0x0036,0x0040,0x0000 }},
33 { 0,1,123.456, 123.456, 0x0040 }
39 { Twcstod
, TST_LOC_enUS
},
44 {{ 0x0030,0x0030,0x0030,0x002E,0x0030,0x0030,0x0030,0x0030,0x0000 }},
46 { 0,1,0.0, 0.0, 0x0000 }
51 {{ 0x0031,0x0032,0x0033,0x002E,0x0034,0x0035,0x0036,0x0040,0x0000 }},
53 { 0,1,123.456, 123.456, 0x0040 }
59 { Twcstod
, TST_LOC_eucJP
},
64 {{ 0x0031,0x0032,0x0033,0x002E,0x0034,0x0035,0x0036,0x0040,0x0000 }},
66 { 0,1,123.456, 123.456, 0x0040 }
72 { Twcstod
, TST_LOC_end
}