Searched refs:unescapedCodePointCount (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | number_patternmodifier.cpp | 222 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()
|
D | number_affixutils.h | 158 static int32_t unescapedCodePointCount(const UnicodeString& affixPattern,
|
D | number_affixutils.cpp | 183 int32_t AffixUtils::unescapedCodePointCount(const UnicodeString &affixPattern, in unescapedCodePointCount() function in AffixUtils
|
/external/icu/libicu/cts_headers/ |
D | number_affixutils.h | 158 static int32_t unescapedCodePointCount(const UnicodeString& affixPattern,
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_affixutils.cpp | 141 int32_t ulength = AffixUtils::unescapedCodePointCount(input, defaultProvider, status); in testUnescape()
|