Home | History | Annotate | Download | only in intltest

Lines Matching refs:round

368                            const UnicodeString &round,       // rounding mode
384 if (round=="ceiling") {
386 } else if (round=="floor") {
388 } else if (round=="down") {
390 } else if (round=="up") {
392 } else if (round=="halfeven") {
394 } else if (round=="halfdown") {
396 } else if (round=="halfup") {
398 } else if (round=="default") {
403 lineNum, UnicodeStringPiece(round).data());