/third_party/icu/icu4c/source/common/ |
H A D | messageimpl.h | 33 class U_COMMON_API MessageImpl { class 58 MessageImpl() = delete; // no constructor: all static methods
|
H A D | messagepattern.cpp | 1179 // MessageImpl ------------------------------------------------------------- *** 1182 MessageImpl::appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, in appendReducedApostrophes() 1206 MessageImpl::appendSubMessageWithoutSkipSyntax(const MessagePattern &msgPattern, in appendSubMessageWithoutSkipSyntax()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | messageimpl.h | 33 class U_COMMON_API MessageImpl { class 58 MessageImpl() = delete; // no constructor: all static methods
|
H A D | messagepattern.cpp | 1179 // MessageImpl ------------------------------------------------------------- *** 1182 MessageImpl::appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, in appendReducedApostrophes() 1206 MessageImpl::appendSubMessageWithoutSkipSyntax(const MessagePattern &msgPattern, in appendSubMessageWithoutSkipSyntax()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | messageimpl.h | 33 class U_COMMON_API MessageImpl { class 58 MessageImpl(); // no constructor: all static methods
|
H A D | messagepattern.cpp | 1179 // MessageImpl ------------------------------------------------------------- *** 1182 MessageImpl::appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, in appendReducedApostrophes() 1206 MessageImpl::appendSubMessageWithoutSkipSyntax(const MessagePattern &msgPattern, in appendSubMessageWithoutSkipSyntax()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | selfmt.cpp | 104 if (!MessageImpl::jdkAposMode(msgPattern)) { in format() 113 return MessageImpl::appendSubMessageWithoutSkipSyntax(msgPattern, msgStart, appendTo); in format()
|
H A D | plurfmt.cpp | 310 (type == UMSGPAT_PART_TYPE_SKIP_SYNTAX && MessageImpl::jdkAposMode(msgPattern))) { in format() 321 MessageImpl::appendReducedApostrophes(pattern, prevIndex, index, appendTo); in format()
|
H A D | choicfmt.cpp | 412 if (!MessageImpl::jdkAposMode(msgPattern)) { in format() 421 return MessageImpl::appendSubMessageWithoutSkipSyntax(msgPattern, msgStart, appendTo); in format()
|
H A D | msgfmt.cpp | 1099 (subMsgString.indexOf(SINGLE_QUOTE) >= 0 && !MessageImpl::jdkAposMode(msgPattern)) in format() 1175 if (!MessageImpl::jdkAposMode(msgPattern)) { in formatComplexSubMessage() 1214 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | selfmt.cpp | 104 if (!MessageImpl::jdkAposMode(msgPattern)) { in format() 113 return MessageImpl::appendSubMessageWithoutSkipSyntax(msgPattern, msgStart, appendTo); in format()
|
H A D | choicfmt.cpp | 412 if (!MessageImpl::jdkAposMode(msgPattern)) { in format() 421 return MessageImpl::appendSubMessageWithoutSkipSyntax(msgPattern, msgStart, appendTo); in format()
|
H A D | plurfmt.cpp | 310 (type == UMSGPAT_PART_TYPE_SKIP_SYNTAX && MessageImpl::jdkAposMode(msgPattern))) { in format() 321 MessageImpl::appendReducedApostrophes(pattern, prevIndex, index, appendTo); in format()
|
H A D | msgfmt.cpp | 1100 (subMsgString.indexOf(SINGLE_QUOTE) >= 0 && !MessageImpl::jdkAposMode(msgPattern)) in format() 1176 if (!MessageImpl::jdkAposMode(msgPattern)) { in formatComplexSubMessage() 1215 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | selfmt.cpp | 104 if (!MessageImpl::jdkAposMode(msgPattern)) { in format() 113 return MessageImpl::appendSubMessageWithoutSkipSyntax(msgPattern, msgStart, appendTo); in format()
|
H A D | choicfmt.cpp | 412 if (!MessageImpl::jdkAposMode(msgPattern)) { in format() 421 return MessageImpl::appendSubMessageWithoutSkipSyntax(msgPattern, msgStart, appendTo); in format()
|
H A D | plurfmt.cpp | 310 (type == UMSGPAT_PART_TYPE_SKIP_SYNTAX && MessageImpl::jdkAposMode(msgPattern))) { in format() 321 MessageImpl::appendReducedApostrophes(pattern, prevIndex, index, appendTo); in format()
|
H A D | msgfmt.cpp | 1097 (subMsgString.indexOf(SINGLE_QUOTE) >= 0 && !MessageImpl::jdkAposMode(msgPattern)) in format() 1173 if (!MessageImpl::jdkAposMode(msgPattern)) { in formatComplexSubMessage() 1212 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()
|