Home
last modified time | relevance | path

Searched refs:countChar32 (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_modifiers.cpp85 return fPrefix.countChar32() + fSuffix.countChar32(); in getCodePointCount()
170 count += fCompiledPattern.countChar32(2, fPrefixLength); in getCodePointCount()
173 count += fCompiledPattern.countChar32(1 + fSuffixOffset, fSuffixLength); in getCodePointCount()
Dnumsys.cpp91 if ( desc_in.countChar32() != radix_in ) { in createInstance()
Dalphaindex.cpp1039 int32_t result = n1.countChar32() - n2.countChar32(); in isOneLabelBetterThanOther()
Ddcfmtsym.cpp442 if (stringDigit.countChar32() != 1) { in initialize()
Dtzfmt.cpp2671 int32_t count = str.countChar32(); in toCodePoints()
/external/icu/icu4c/source/test/intltest/
Dstatic_unisets_test.cpp102 if (str.countChar32(0, str.length()) != 1) { in assertInSet()
Dustrtest.cpp1352 int32_t count=s.countChar32(start, length); in _refUnicodeStringHasMoreChar32Than()
1373 s.countChar32()!=4 || in TestCountChar32()
1374 s.countChar32(1)!=4 || in TestCountChar32()
1375 s.countChar32(2)!=3 || in TestCountChar32()
1376 s.countChar32(2, 3)!=2 || in TestCountChar32()
1377 s.countChar32(2, 0)!=0 in TestCountChar32()
Dnumbertest_affixutils.cpp144 assertEquals(input, output.countChar32(), ulength); in testUnescape()
Dnumbertest_stringbuilder.cpp274 …IntlTest::assertEquals("Code point counts should be the same", a.countChar32(), b.codePointCount()… in assertEqualsImpl()
Dnumberformat2test.cpp2958 expected.countChar32(), in verifySciFormatter()
2959 formatter.countChar32(digits, options)); in verifySciFormatter()
3007 expected.countChar32(), in verifyDigitFormatter()
3008 formatter.countChar32(digits, grouping, options)); in verifyDigitFormatter()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h553 if ( propogateDigits && u_charDigitValue(sym) == 0 && value.countChar32() == 1 ) {
/external/icu/icu4c/source/common/
Dcaniter.cpp277 if (source.length() <= 2 && source.countChar32() <= 1) { in permute()
Ddictbe.cpp1211 int32_t numCodePts = inString.countChar32(); in divideUpDictionaryRange()
Dunistr.cpp826 UnicodeString::countChar32(int32_t start, int32_t length) const { in countChar32() function in UnicodeString
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc73 out->reserve(4 * in.countChar32() + 1); in Encode()
/external/icu/icu4c/source/common/unicode/
Dunistr.h1774 countChar32(int32_t start=0, int32_t length=INT32_MAX) const;
/external/cldr/tools/c/genldml/
Dgenldml.cpp2721 isTempStrContraction = tempStr.countChar32()>1; in parseRules()