Lines Matching refs:hat
1562 UChar hat = 0x005E; /*^*/
1564 expectPad(fmt, "*^#", DecimalFormat::kPadBeforePrefix, 1, hat);
1565 expectPad(fmt, "$*^#", DecimalFormat::kPadAfterPrefix, 2, hat);
1566 expectPad(fmt, "#*^", DecimalFormat::kPadBeforeSuffix, 1, hat);
1567 expectPad(fmt, "#$*^", DecimalFormat::kPadAfterSuffix, 2, hat);
1579 fmt.setPadCharacter(hat);