Home | History | Annotate | Download | only in intltest

Lines Matching defs:hat

1580     UChar hat = 0x005E; /*^*/
1582 expectPad(fmt, "*^#", DecimalFormat::kPadBeforePrefix, 1, hat);
1583 expectPad(fmt, "$*^#", DecimalFormat::kPadAfterPrefix, 2, hat);
1584 expectPad(fmt, "#*^", DecimalFormat::kPadBeforeSuffix, 1, hat);
1585 expectPad(fmt, "#$*^", DecimalFormat::kPadAfterSuffix, 2, hat);
1597 fmt.setPadCharacter(hat);