Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dmessageimpl.h46 static void appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit,
Dmessagepattern.cpp1182 MessageImpl::appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, in appendReducedApostrophes() function in MessageImpl
1225 appendReducedApostrophes(msgString, prevIndex, index, result); in appendSubMessageWithoutSkipSyntax()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSelectFormat.java298 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DPluralFormat.java674 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DMessagePattern.java1426 /* package */ static void appendReducedApostrophes(String s, int start, int limit,
DMessageFormat.java1817 MessagePattern.appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSelectFormat.java293 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DPluralFormat.java657 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DMessagePattern.java1355 /* package */ static void appendReducedApostrophes(String s, int start, int limit,
DMessageFormat.java1770 MessagePattern.appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
/external/icu/icu4c/source/i18n/
Dplurfmt.cpp314 MessageImpl::appendReducedApostrophes(pattern, prevIndex, index, appendTo); in format()
Dmsgfmt.cpp1207 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()