Home
last modified time | relevance | path

Searched refs:MessageImpl (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
Dmessageimpl.h31 class U_COMMON_API MessageImpl {
56 MessageImpl(); // no constructor: all static methods
Dmessagepattern.cpp1180 MessageImpl::appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit, in appendReducedApostrophes()
1204 MessageImpl::appendSubMessageWithoutSkipSyntax(const MessagePattern &msgPattern, in appendSubMessageWithoutSkipSyntax()
/external/v8/src/debug/
Ddebug.cc2001 MessageImpl message = MessageImpl::NewEvent( in NotifyMessageHandler()
2088 MessageImpl message = MessageImpl::NewResponse( in NotifyMessageHandler()
2151 void Debug::InvokeMessageHandler(MessageImpl message) { in InvokeMessageHandler()
2348 MessageImpl MessageImpl::NewEvent(DebugEvent event, in NewEvent()
2352 MessageImpl message(true, event, running, in NewEvent()
2358 MessageImpl MessageImpl::NewResponse(DebugEvent event, in NewResponse()
2364 MessageImpl message(false, event, running, in NewResponse()
2370 MessageImpl::MessageImpl(bool is_event, in MessageImpl() function in v8::internal::MessageImpl
2386 bool MessageImpl::IsEvent() const { in IsEvent()
2391 bool MessageImpl::IsResponse() const { in IsResponse()
[all …]
Ddebug.h248 class MessageImpl: public v8::Debug::Message {
251 static MessageImpl NewEvent(DebugEvent event,
257 static MessageImpl NewResponse(DebugEvent event,
277 MessageImpl(bool is_event,
618 void InvokeMessageHandler(MessageImpl message);
/external/icu/icu4c/source/i18n/
Dselfmt.cpp102 if (!MessageImpl::jdkAposMode(msgPattern)) { in format()
111 return MessageImpl::appendSubMessageWithoutSkipSyntax(msgPattern, msgStart, appendTo); in format()
Dchoicfmt.cpp410 if (!MessageImpl::jdkAposMode(msgPattern)) { in format()
419 return MessageImpl::appendSubMessageWithoutSkipSyntax(msgPattern, msgStart, appendTo); in format()
Dplurfmt.cpp310 (type == UMSGPAT_PART_TYPE_SKIP_SYNTAX && MessageImpl::jdkAposMode(msgPattern))) { in format()
321 MessageImpl::appendReducedApostrophes(pattern, prevIndex, index, appendTo); in format()
Dmsgfmt.cpp1089 … (subMsgString.indexOf(SINGLE_QUOTE) >= 0 && !MessageImpl::jdkAposMode(msgPattern)) in format()
1165 if (!MessageImpl::jdkAposMode(msgPattern)) { in formatComplexSubMessage()
1204 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage()