/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | StringMsgParser.java | 240 public SIPMessage parseSIPMessage(String msgString) throws ParseException { in parseSIPMessage() argument 241 if (msgString == null || msgString.length() == 0) in parseSIPMessage() 244 rawStringMessage = msgString; in parseSIPMessage() 250 while (msgString.charAt(i) < 0x20) in parseSIPMessage() 271 char c = msgString.charAt(i); in parseSIPMessage() 273 c = msgString.charAt(++i); in parseSIPMessage() 283 currentLine = msgString.substring(lineStart, i); in parseSIPMessage() 313 … if (msgString.charAt(i) == '\r' && msgString.length() > i+1 && msgString.charAt(i+1) == '\n') in parseSIPMessage() 327 String body = msgString.substring(i); in parseSIPMessage() 329 …thFromMessage && message.getContentLength().getContentLength() == 0 && !msgString.endsWith("\r\n\r… in parseSIPMessage()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | TCPMessageChannel.java | 378 String msgString = sipMessage.toString(); in handleException() local 379 if (!msgString.startsWith("SIP/") && !msgString.startsWith("ACK ")) { in handleException() 381 String badReqRes = createBadReqRes(msgString, ex); in handleException()
|
D | TLSMessageChannel.java | 354 String msgString = sipMessage.toString(); in handleException() local 355 if (!msgString.startsWith("SIP/") && !msgString.startsWith("ACK ")) { in handleException() 357 String badReqRes = createBadReqRes(msgString, ex); in handleException()
|
D | UDPMessageChannel.java | 352 String msgString = new String(msgBytes, 0, packetLength); in processIncomingDataPacket() 353 if (!msgString.startsWith("SIP/") && !msgString.startsWith("ACK ")) { in processIncomingDataPacket() 355 String badReqRes = createBadReqRes(msgString, ex); in processIncomingDataPacket()
|
/external/chromium_org/remoting/webapp/ |
D | cast_extension_handler.js | 91 remoting.CastExtensionHandler.prototype.onMessage = function(msgString) { argument 92 var message = getJsonObjectFromString(msgString);
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | msgfmt.cpp | 1013 const UnicodeString& msgString = msgPattern.getPatternString(); in format() local 1019 appendTo.append(msgString, prevIndex, index - prevIndex); in format() 1178 const UnicodeString& msgString = msgPattern.getPatternString(); in formatComplexSubMessage() local 1186 sb.append(msgString, prevIndex, index - prevIndex); in formatComplexSubMessage() 1189 sb.append(msgString, prevIndex, index - prevIndex); in formatComplexSubMessage() 1203 sb.append(msgString, prevIndex, index - prevIndex); in formatComplexSubMessage() 1207 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage() 1223 const UnicodeString& msgString=msgPattern.getPatternString(); in getLiteralStringUntilNextArgument() local 1230 b.append(msgString, prevIndex, index - prevIndex); in getLiteralStringUntilNextArgument() 1383 const UnicodeString& msgString=msgPattern.getPatternString(); in parse() local [all …]
|
D | choicfmt.cpp | 543 const UnicodeString &msgString = pattern.getPatternString(); in matchStringUntilLimitPart() local 550 … if (length != 0 && 0 != source.compare(sourceOffset, length, msgString, prevIndex, length)) { in matchStringUntilLimitPart()
|
/external/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 1013 const UnicodeString& msgString = msgPattern.getPatternString(); in format() local 1019 appendTo.append(msgString, prevIndex, index - prevIndex); in format() 1178 const UnicodeString& msgString = msgPattern.getPatternString(); in formatComplexSubMessage() local 1186 sb.append(msgString, prevIndex, index - prevIndex); in formatComplexSubMessage() 1189 sb.append(msgString, prevIndex, index - prevIndex); in formatComplexSubMessage() 1203 sb.append(msgString, prevIndex, index - prevIndex); in formatComplexSubMessage() 1207 MessageImpl::appendReducedApostrophes(msgString, prevIndex, index, sb); in formatComplexSubMessage() 1223 const UnicodeString& msgString=msgPattern.getPatternString(); in getLiteralStringUntilNextArgument() local 1230 b.append(msgString, prevIndex, index - prevIndex); in getLiteralStringUntilNextArgument() 1383 const UnicodeString& msgString=msgPattern.getPatternString(); in parse() local [all …]
|
D | choicfmt.cpp | 543 const UnicodeString &msgString = pattern.getPatternString(); in matchStringUntilLimitPart() local 550 … if (length != 0 && 0 != source.compare(sourceOffset, length, msgString, prevIndex, length)) { in matchStringUntilLimitPart()
|
/external/chromium_org/third_party/icu/source/common/ |
D | messagepattern.cpp | 1207 const UnicodeString &msgString=msgPattern.getPatternString(); in appendSubMessageWithoutSkipSyntax() local 1214 return result.append(msgString, prevIndex, index-prevIndex); in appendSubMessageWithoutSkipSyntax() 1216 result.append(msgString, prevIndex, index-prevIndex); in appendSubMessageWithoutSkipSyntax() 1219 result.append(msgString, prevIndex, index-prevIndex); in appendSubMessageWithoutSkipSyntax() 1223 appendReducedApostrophes(msgString, prevIndex, index, result); in appendSubMessageWithoutSkipSyntax()
|
/external/icu/icu4c/source/common/ |
D | messagepattern.cpp | 1207 const UnicodeString &msgString=msgPattern.getPatternString(); in appendSubMessageWithoutSkipSyntax() local 1214 return result.append(msgString, prevIndex, index-prevIndex); in appendSubMessageWithoutSkipSyntax() 1216 result.append(msgString, prevIndex, index-prevIndex); in appendSubMessageWithoutSkipSyntax() 1219 result.append(msgString, prevIndex, index-prevIndex); in appendSubMessageWithoutSkipSyntax() 1223 appendReducedApostrophes(msgString, prevIndex, index, result); in appendSubMessageWithoutSkipSyntax()
|