Searched refs:u_apos (Results 1 – 2 of 2) sorted by relevance
34 static const UChar u_apos=0x27; variable453 if(c==u_apos) { in parseMessage()458 u_apos, errorCode); // value=char to be inserted in parseMessage()462 if(c==u_apos) { in parseMessage()475 index=msg.indexOf(u_apos, index+1); in parseMessage()477 if(/*(index+1)<msg.length() &&*/ msg.charAt(index+1)==u_apos) { in parseMessage()491 u_apos, errorCode); // value=char to be inserted in parseMessage()500 u_apos, errorCode); // value=char to be inserted in parseMessage()665 if(c==u_apos) { in parseSimpleStyle()668 index=msg.indexOf(u_apos, index); in parseSimpleStyle()[all …]
45 static const UChar u_apos = 0x27; variable861 if (ch == u_apos) { in fixQuotes()874 state = ch == u_apos ? INSIDE_EMPTY : OUTSIDE; in fixQuotes()878 state = ch == u_apos ? OUTSIDE : INSIDE_FULL; in fixQuotes()