Home | History | Annotate | Download | only in common

Lines Matching refs:msgLength

1006     int32_t msgLength=msg.length();
1007 const UChar *t=PatternProps::skipWhiteSpace(s+index, msgLength-index);
1014 int32_t msgLength=msg.length();
1015 const UChar *t=PatternProps::skipIdentifier(s+index, msgLength-index);
1021 int32_t msgLength=msg.length();
1022 while(index<msgLength) {