Home | History | Annotate | Download | only in intltest

Lines Matching refs:areSignificantDigitsUsed

7430     if (numberFormat->areSignificantDigitsUsed() == TRUE) {
7431 errln("File %s, Line %d: areSignificantDigitsUsed() was TRUE, expected FALSE.\n", __FILE__, __LINE__);
7434 if (numberFormat->areSignificantDigitsUsed() == FALSE) {
7435 errln("File %s, Line %d: areSignificantDigitsUsed() was FALSE, expected TRUE.\n", __FILE__, __LINE__);
7439 if (numberFormat->areSignificantDigitsUsed() == TRUE) {
7440 errln("File %s, Line %d: areSignificantDigitsUsed() was TRUE, expected FALSE.\n", __FILE__, __LINE__);
7444 if (numberFormat->areSignificantDigitsUsed() == FALSE) {
7445 errln("File %s, Line %d: areSignificantDigitsUsed() was FALSE, expected TRUE.\n", __FILE__, __LINE__);
7450 if (numberFormat->areSignificantDigitsUsed() == FALSE) {
7451 errln("File %s, Line %d: areSignificantDigitsUsed() was FALSE, expected TRUE.\n", __FILE__, __LINE__);