Home | History | Annotate | Download | only in common

Lines Matching refs:u_apos

34 static const UChar u_apos=0x27;
453 if(c==u_apos) {
458 u_apos, errorCode); // value=char to be inserted
462 if(c==u_apos) {
475 index=msg.indexOf(u_apos, index+1);
477 if(/*(index+1)<msg.length() &&*/ msg.charAt(index+1)==u_apos) {
491 u_apos, errorCode); // value=char to be inserted
500 u_apos, errorCode); // value=char to be inserted
665 if(c==u_apos) {
668 index=msg.indexOf(u_apos, index);
1184 int32_t i=s.indexOf(u_apos, start);
1191 sb.append(u_apos);