Home | History | Annotate | Download | only in common

Lines Matching full:u_comma

36 static const UChar u_comma=0x2C;
586 } else if(c!=u_comma) {
603 if(length==0 || ((c=msg.charAt(index))!=u_comma && c!=u_rightCurlyBrace)) {