Searched refs:countChar32 (Results 1 – 18 of 18) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | number_modifiers.cpp | 85 return fPrefix.countChar32() + fSuffix.countChar32(); in getCodePointCount() 169 count += fCompiledPattern.countChar32(2, fPrefixLength); in getCodePointCount() 172 count += fCompiledPattern.countChar32(1 + fSuffixOffset, fSuffixLength); in getCodePointCount()
|
D | numsys.cpp | 93 if ( desc_in.countChar32() != radix_in ) { in createInstance()
|
D | alphaindex.cpp | 1038 int32_t result = n1.countChar32() - n2.countChar32(); in isOneLabelBetterThanOther()
|
D | dcfmtsym.cpp | 443 if (stringDigit.countChar32() != 1) { in initialize()
|
D | tzfmt.cpp | 2676 int32_t count = str.countChar32(); in toCodePoints()
|
/external/icu/icu4c/source/test/intltest/ |
D | static_unisets_test.cpp | 105 if (str.countChar32(0, str.length()) != 1) { in assertInSet()
|
D | numbertest_affixutils.cpp | 143 assertEquals(input, output.countChar32(), ulength); in testUnescape()
|
D | ustrtest.cpp | 1355 int32_t count=s.countChar32(start, length); in _refUnicodeStringHasMoreChar32Than() 1376 s.countChar32()!=4 || in TestCountChar32() 1377 s.countChar32(1)!=4 || in TestCountChar32() 1378 s.countChar32(2)!=3 || in TestCountChar32() 1379 s.countChar32(2, 3)!=2 || in TestCountChar32() 1380 s.countChar32(2, 0)!=0 in TestCountChar32()
|
D | formatted_string_builder_test.cpp | 314 …IntlTest::assertEquals("Code point counts should be the same", a.countChar32(), b.codePointCount()… in assertEqualsImpl()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dcfmtsym.h | 562 if ( propagateDigits && u_charDigitValue(sym) == 0 && value.countChar32() == 1 ) {
|
/external/icu/libicu/cts_headers/unicode/ |
D | dcfmtsym.h | 562 if ( propagateDigits && u_charDigitValue(sym) == 0 && value.countChar32() == 1 ) {
|
D | unistr.h | 1777 countChar32(int32_t start=0, int32_t length=INT32_MAX) const;
|
/external/icu/icu4c/source/common/ |
D | caniter.cpp | 277 if (source.length() <= 2 && source.countChar32() <= 1) { in permute()
|
D | dictbe.cpp | 1229 int32_t numCodePts = inString.countChar32(); in divideUpDictionaryRange()
|
D | unistr.cpp | 825 UnicodeString::countChar32(int32_t start, int32_t length) const { in countChar32() function in UnicodeString
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unicode_ops.cc | 75 out->reserve(4 * in.countChar32() + 1); in Encode()
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 1777 countChar32(int32_t start=0, int32_t length=INT32_MAX) const;
|
/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 2721 isTempStrContraction = tempStr.countChar32()>1; in parseRules()
|