Home | History | Annotate | Download | only in i18n

Lines Matching refs:formatWidth

146 	int32_t formatWidth;
938 int32_t formatWidth = fImpl->getOldFormatWidth();
941 if (formatWidth > 0 && (
958 if (formatWidth > 0 && (fImpl->fAffixes.fPadPosition == DigitAffixesAndPadding::kPadBeforeSuffix || fImpl->fAffixes.fPadPosition == DigitAffixesAndPadding::kPadAfterSuffix)) {
1353 int32_t formatWidth = fImpl->getOldFormatWidth();
1355 if (formatWidth > 0 && fImpl->fAffixes.fPadPosition == DigitAffixesAndPadding::kPadBeforePrefix) {
1384 if (formatWidth > 0 && fImpl->fAffixes.fPadPosition == DigitAffixesAndPadding::kPadAfterPrefix) {
1693 if (formatWidth > 0 && fImpl->fAffixes.fPadPosition == DigitAffixesAndPadding::kPadBeforeSuffix) {
1724 if (formatWidth > 0 && fImpl->fAffixes.fPadPosition == DigitAffixesAndPadding::kPadAfterSuffix) {
2522 int32_t formatWidth = (width > 0) ? width : 0;
2523 fImpl->setFormatWidth(formatWidth);