Searched refs:appendReducedApostrophes (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/ |
D | messageimpl.h | 44 static void appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit,
|
D | messagepattern.cpp | 1180 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/ |
D | SelectFormat.java | 297 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
|
D | PluralFormat.java | 662 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
|
D | MessagePattern.java | 1420 /* package */ static void appendReducedApostrophes(String s, int start, int limit,
|
D | MessageFormat.java | 1808 MessagePattern.appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
|
/external/messageformat/java/com/ibm/icu/text/ |
D | SelectFormat.java | 297 MessagePattern.appendReducedApostrophes(pattern, prevIndex, index, result); in format()
|
D | MessagePattern.java | 1420 /* package */ static void appendReducedApostrophes(String s, int start, int limit,
|
/external/icu/icu4c/source/i18n/ |
D | plurfmt.cpp | 300 MessageImpl::appendReducedApostrophes(pattern, prevIndex, index, appendTo); in format()
|
D | msgfmt.cpp | 1203 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
|