HomeSort by relevance Sort by last modified time
    Searched refs:countChar32 (Results 1 - 21 of 21) sorted by null

  /external/icu/icu4c/source/i18n/
digitaffix.h 83 int32_t countChar32() const { return fAffix.countChar32(); }
digitformatter.h 201 int32_t countChar32(
210 int32_t countChar32(
241 int32_t countChar32(
253 return fNan.toString().countChar32();
263 return fInfinity.toString().countChar32();
274 int32_t countChar32(
digitformatter.cpp 93 int32_t DigitFormatter::countChar32(
104 result += fDecimal.countChar32();
106 result += grouping.getSeparatorCount(interval.getIntDigitCount()) * fGroupingSeparator.countChar32();
111 DigitFormatter::countChar32(
121 return countChar32(
128 DigitFormatter::countChar32(
140 return countChar32(
145 return countChar32(
150 DigitFormatter::countChar32(
155 int32_t count = countChar32(
    [all...]
valueformatter.cpp 177 ValueFormatter::countChar32(const VisibleDigitsWithExponent &value) const {
180 return fDigitFormatter->countChar32(
186 return fDigitFormatter->countChar32(
valueformatter.h 113 int32_t countChar32(
digitaffixesandpadding.cpp 82 return affix->countChar32();
118 int32_t codePointCount = countAffixChar32(prefix) + formatter.countChar32(digits) + countAffixChar32(suffix);
decimfmtimpl.cpp 870 out.fFormatWidth + fPositivePrefixPattern.countChar32()
871 + fPositiveSuffixPattern.countChar32();
    [all...]
affixpatternparser.h 204 int32_t countChar32() const {
numsys.cpp 90 if ( desc_in.countChar32() != radix_in ) {
alphaindex.cpp     [all...]
decimfmt.cpp     [all...]
tzfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h 475 if ( propogateDigits && symbol == kZeroDigitSymbol && value.countChar32() == 1 ) {
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp     [all...]
numberformat2test.cpp     [all...]
  /external/icu/icu4c/source/common/
caniter.cpp 277 if (source.length() <= 2 && source.countChar32() <= 1) {
dictbe.cpp     [all...]
unistr.cpp 826 UnicodeString::countChar32(int32_t start, int32_t length) const {
    [all...]
  /external/libtextclassifier/smartselect/
feature-processor.cc 680 int token_length = token.countChar32();
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 499 milliseconds