Lines Matching full:fwidth
867 fAffixes.fWidth = out.fFormatWidth == 0 ? 0 :
1514 if (fAffixes.fWidth > 0) {
1526 fAffixes.fWidth > 0,
1527 fAffixes.fWidth - fPositivePrefixPattern.countChar32() - fPositiveSuffixPattern.countChar32(),
1550 fAffixes.fWidth > 0,
1551 fAffixes.fWidth - fNegativePrefixPattern.countChar32() - fNegativeSuffixPattern.countChar32(),
1566 if (fAffixes.fWidth == 0) {
1569 return fAffixes.fWidth - fPositiveSuffixPattern.countChar32() - fPositivePrefixPattern.countChar32();
1583 return fAffixes.fWidth == 0 &&