OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getnumerics
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
identifier_info.h
37
* <li>call
getNumerics
to get a representative character (with value zero) for each of the decimal number systems in
130
const UnicodeSet *
getNumerics
() const;
identifier_info.cpp
223
const UnicodeSet *IdentifierInfo::
getNumerics
() const {
234
if (!fIdentifierProfile->containsAll(*fIdentifier) ||
getNumerics
()->size() > 1) {
uspoof.cpp
464
const UnicodeSet *numerics = identifierInfo->
getNumerics
();
/external/icu4c/test/intltest/
itspoof.cpp
533
TEST_ASSERT_MSG(numerics == *idInfo.
getNumerics
(), testNumStr);
745
TEST_ASSERT_MSG(expectedSet == *idInfo.
getNumerics
(), msgBuf);
Completed in 2318 milliseconds