Home
last modified time | relevance | path

Searched refs:appendReducedApostrophes (Results 1 – 14 of 14) 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/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/android_icu4j/src/main/java/android/icu/text/
DSelectFormat.java291 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DPluralFormat.java640 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DMessagePattern.java1350 /* package */ static void appendReducedApostrophes(String s, int start, int limit,
DMessageFormat.java1763 MessagePattern.appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSelectFormat.java296 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DPluralFormat.java657 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
DMessagePattern.java1421 /* package */ static void appendReducedApostrophes(String s, int start, int limit,
DMessageFormat.java1807 MessagePattern.appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
/external/icu/icu4c/source/i18n/
Dplurfmt.cpp321 MessageImpl::appendReducedApostrophes(pattern, prevIndex, index, appendTo); in format()
Dmsgfmt.cpp1204 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()