Searched refs:unescapedCodePointCount (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | number_patternmodifier.cpp | 214 int result = AffixUtils::unescapedCodePointCount(currentAffix, *this, status); // prefix length in getPrefixLength() 226 int result = AffixUtils::unescapedCodePointCount(currentAffix, *this, status); // prefix length in getCodePointCount() 228 result += AffixUtils::unescapedCodePointCount(currentAffix, *this, status); // suffix length in getCodePointCount()
|
D | number_affixutils.h | 157 static int32_t unescapedCodePointCount(const UnicodeString& affixPattern,
|
D | number_affixutils.cpp | 180 int32_t AffixUtils::unescapedCodePointCount(const UnicodeString &affixPattern, in unescapedCodePointCount() function in AffixUtils
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_affixutils.cpp | 142 int32_t ulength = AffixUtils::unescapedCodePointCount(input, defaultProvider, status); in testUnescape()
|