Searched refs:countChar32 (Results 1 - 20 of 20) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddigitaffix.h81 int32_t countChar32() const { return fAffix.countChar32(); } function in class:DigitAffix
H A Ddigitformatter.h199 int32_t countChar32(
208 int32_t countChar32(
239 int32_t countChar32(
251 return fNan.toString().countChar32();
261 return fInfinity.toString().countChar32();
272 int32_t countChar32(
H A Ddigitformatter.cpp91 int32_t DigitFormatter::countChar32( function in class:DigitFormatter
102 result += fDecimal.countChar32();
104 result += grouping.getSeparatorCount(interval.getIntDigitCount()) * fGroupingSeparator.countChar32();
109 DigitFormatter::countChar32( function in class:DigitFormatter
119 return countChar32(
126 DigitFormatter::countChar32( function in class:DigitFormatter
138 return countChar32(
143 return countChar32(
148 DigitFormatter::countChar32( function in class:DigitFormatter
153 int32_t count = countChar32(
[all...]
H A Dvalueformatter.cpp175 ValueFormatter::countChar32(const VisibleDigitsWithExponent &value) const { function in class:ValueFormatter
178 return fDigitFormatter->countChar32(
184 return fDigitFormatter->countChar32(
H A Dvalueformatter.h111 int32_t countChar32(
H A Ddigitaffixesandpadding.cpp80 return affix->countChar32();
116 int32_t codePointCount = countAffixChar32(prefix) + formatter.countChar32(digits) + countAffixChar32(suffix);
H A Ddecimfmtimpl.cpp868 out.fFormatWidth + fPositivePrefixPattern.countChar32()
869 + fPositiveSuffixPattern.countChar32();
1527 fAffixes.fWidth - fPositivePrefixPattern.countChar32() - fPositiveSuffixPattern.countChar32(),
1551 fAffixes.fWidth - fNegativePrefixPattern.countChar32() - fNegativeSuffixPattern.countChar32(),
1569 return fAffixes.fWidth - fPositiveSuffixPattern.countChar32() - fPositivePrefixPattern.countChar32();
1584 fPositivePrefixPattern.countChar32() == 0 &&
1586 fPositiveSuffixPattern.countChar32()
[all...]
H A Daffixpatternparser.h202 int32_t countChar32() const { function in class:AffixPattern
H A Dnumsys.cpp88 if ( desc_in.countChar32() != radix_in ) {
H A Dalphaindex.cpp1042 int32_t result = n1.countChar32() - n2.countChar32();
H A Ddecimfmt.cpp1259 int32_t decimalCount = decimalString->countChar32(0,3);
H A Dtzfmt.cpp2642 int32_t count = str.countChar32();
/external/icu/icu4c/source/i18n/unicode/
H A Ddcfmtsym.h477 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1345 int32_t count=s.countChar32(start, length);
1363 // test countChar32()
1366 s.countChar32()!=4 ||
1367 s.countChar32(1)!=4 ||
1368 s.countChar32(2)!=3 ||
1369 s.countChar32(2, 3)!=2 ||
1370 s.countChar32(2, 0)!=0
1372 errln("UnicodeString::countChar32() failed");
H A Dnumberformat2test.cpp2956 expected.countChar32(),
2957 formatter.countChar32(digits, options));
3005 expected.countChar32(),
3006 formatter.countChar32(digits, grouping, options));
/external/icu/icu4c/source/common/
H A Dcaniter.cpp275 if (source.length() <= 2 && source.countChar32() <= 1) {
H A Ddictbe.cpp1236 int32_t numCodePts = inString.countChar32();
H A Dunistr.cpp797 UnicodeString::countChar32(int32_t start, int32_t length) const { function in class:UnicodeString
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp900 if(p->mappingCP>=0 && (!p->hasNoCompBoundaryAfter || 1!=p->mapping->countChar32())) {
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1761 * If you want the number of code points, please use countChar32().
1763 * @see countChar32
1782 countChar32(int32_t start=0, int32_t length=INT32_MAX) const;
1792 * Logically equivalent to (countChar32(start, length)>number).
1803 * @see countChar32

Completed in 1622 milliseconds