Home | History | Annotate | Download | only in intltest

Lines Matching refs:round

367                            const UnicodeString &round,       // rounding mode
383 if (round=="ceiling") {
385 } else if (round=="floor") {
387 } else if (round=="down") {
389 } else if (round=="up") {
391 } else if (round=="halfeven") {
393 } else if (round=="halfdown") {
395 } else if (round=="halfup") {
397 } else if (round=="default") {
402 lineNum, UnicodeStringPiece(round).data());