Searched refs:u_apos (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dmessagepattern.cpp33 static const UChar u_apos=0x27; variable
445 if(c==u_apos) {
450 u_apos, errorCode); // value=char to be inserted
454 if(c==u_apos) {
467 index=msg.indexOf(u_apos, index+1);
469 if(/*(index+1)<msg.length() &&*/ msg.charAt(index+1)==u_apos) {
483 u_apos, errorCode); // value=char to be inserted
492 u_apos, errorCode); // value=char to be inserted
653 if(c==u_apos) {
656 index=msg.indexOf(u_apos, inde
[all...]

Completed in 38 milliseconds