Searched refs:msgLength (Results 1 – 5 of 5) sorted by relevance
1008 int32_t msgLength=msg.length(); in skipWhiteSpace() local1009 const char16_t *t=PatternProps::skipWhiteSpace(s+index, msgLength-index); in skipWhiteSpace()1016 int32_t msgLength=msg.length(); in skipIdentifier() local1017 const char16_t *t=PatternProps::skipIdentifier(s+index, msgLength-index); in skipIdentifier()1023 int32_t msgLength=msg.length(); in skipDouble() local1024 while(index<msgLength) { in skipDouble()
1008 int32_t msgLength=msg.length(); in skipWhiteSpace() local1009 const UChar *t=PatternProps::skipWhiteSpace(s+index, msgLength-index); in skipWhiteSpace()1016 int32_t msgLength=msg.length(); in skipIdentifier() local1017 const UChar *t=PatternProps::skipIdentifier(s+index, msgLength-index); in skipIdentifier()1023 int32_t msgLength=msg.length(); in skipDouble() local1024 while(index<msgLength) { in skipDouble()
515 socklen_t msgLength = sizeof(r_addr); in ping_network() local521 (struct sockaddr *)&r_addr, &msgLength) > 0) { in ping_network()
461 var msgLength = msg.array.length;463 if (msgLength) {464 lastIndex = msgLength - 1;