Home
last modified time | relevance | path

Searched refs:unescapedCodePointCount (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_patternmodifier.cpp222 int result = AffixUtils::unescapedCodePointCount(currentAffix, *this, status); // prefix length in getPrefixLength()
234 int result = AffixUtils::unescapedCodePointCount(currentAffix, *this, status); // prefix length in getCodePointCount()
236 result += AffixUtils::unescapedCodePointCount(currentAffix, *this, status); // suffix length in getCodePointCount()
Dnumber_affixutils.h158 static int32_t unescapedCodePointCount(const UnicodeString& affixPattern,
Dnumber_affixutils.cpp183 int32_t AffixUtils::unescapedCodePointCount(const UnicodeString &affixPattern, in unescapedCodePointCount() function in AffixUtils
/external/icu/libicu/cts_headers/
Dnumber_affixutils.h158 static int32_t unescapedCodePointCount(const UnicodeString& affixPattern,
/external/icu/icu4c/source/test/intltest/
Dnumbertest_affixutils.cpp141 int32_t ulength = AffixUtils::unescapedCodePointCount(input, defaultProvider, status); in testUnescape()