Home
last modified time | relevance | path

Searched refs:appendReducedApostrophes (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
Dmessageimpl.h44 static void appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit,
Dmessagepattern.cpp1180 MessageImpl::appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, in appendReducedApostrophes() function in MessageImpl
1223 appendReducedApostrophes(msgString, prevIndex, index, result); in appendSubMessageWithoutSkipSyntax()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSelectFormat.java297 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DPluralFormat.java662 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DMessagePattern.java1420 /* package */ static void appendReducedApostrophes(String s, int start, int limit,
DMessageFormat.java1808 MessagePattern.appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
/external/messageformat/java/com/ibm/icu/text/
DSelectFormat.java297 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DMessagePattern.java1420 /* package */ static void appendReducedApostrophes(String s, int start, int limit,
/external/icu/icu4c/source/i18n/
Dplurfmt.cpp300 MessageImpl::appendReducedApostrophes(pattern, prevIndex, index, appendTo); in format()
Dmsgfmt.cpp1203 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()