OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countChar32
(Results
1 - 17
of
17
) sorted by null
/external/icu/icu4c/source/i18n/
number_modifiers.cpp
85
return fPrefix.
countChar32
() + fSuffix.
countChar32
();
170
count += fCompiledPattern.
countChar32
(2, fPrefixLength);
173
count += fCompiledPattern.
countChar32
(1 + fSuffixOffset, fSuffixLength);
numsys.cpp
91
if ( desc_in.
countChar32
() != radix_in ) {
dcfmtsym.cpp
442
if (stringDigit.
countChar32
() != 1) {
alphaindex.cpp
[
all
...]
tzfmt.cpp
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h
553
if ( propogateDigits && u_charDigitValue(sym) == 0 && value.
countChar32
() == 1 ) {
/external/icu/icu4c/source/test/intltest/
static_unisets_test.cpp
102
if (str.
countChar32
(0, str.length()) != 1) {
numbertest_affixutils.cpp
144
assertEquals(input, output.
countChar32
(), ulength);
numbertest_stringbuilder.cpp
274
IntlTest::assertEquals("Code point counts should be the same", a.
countChar32
(), b.codePointCount());
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/tensorflow/tensorflow/core/kernels/
unicode_ops.cc
73
out->reserve(4 * in.
countChar32
() + 1);
/external/icu/icu4c/source/common/unicode/
unistr.h
[
all
...]
/external/cldr/tools/c/genldml/
genldml.cpp
[
all
...]
Completed in 427 milliseconds