Home | History | Annotate | Download | only in i18n

Lines Matching refs:countChar32

870             out.fFormatWidth + fPositivePrefixPattern.countChar32()
871 + fPositiveSuffixPattern.countChar32();
1529 fAffixes.fWidth - fPositivePrefixPattern.countChar32() - fPositiveSuffixPattern.countChar32(),
1553 fAffixes.fWidth - fNegativePrefixPattern.countChar32() - fNegativeSuffixPattern.countChar32(),
1571 return fAffixes.fWidth - fPositiveSuffixPattern.countChar32() - fPositivePrefixPattern.countChar32();
1586 fPositivePrefixPattern.countChar32() == 0 &&
1588 fPositiveSuffixPattern.countChar32() == 0 &&
1589 fNegativeSuffixPattern.countChar32() == 0;