Home | History | Annotate | Download | only in cintltst

Lines Matching refs:values

486          * Verify that exactly the digit characters have decimal digit values.
713 /* wrong radix values */
1150 * changed some default values.
2334 { 0x3a5bd, UCHAR_EAST_ASIAN_WIDTH, U_EA_WIDE }, /* plane 3 got default W values in Unicode 4 */
2481 /* undefined UProperty values */
2647 } values[]={
2708 for(i=0; i<LENGTHOF(values); ++i) {
2709 c=values[i].c;
2713 if(type!=values[i].type) {
2714 log_err("UCHAR_NUMERIC_TYPE(U+%04lx)=%d should be %d\n", c, type, values[i].type);
2716 if(0.000001 <= fabs(nv - values[i].numValue)) {
2717 log_err("u_getNumericValue(U+%04lx)=%g should be %g\n", c, nv, values[i].numValue);
2757 /* looks like a valid property; check the values */
2767 /* UBlockCodes, unlike other values, start at 1 */
2812 * Test the property values API. See JB#2410.
3195 /* test case folding, compare return values with CaseFolding.txt ------------ */