HomeSort by relevance Sort by last modified time
    Searched refs:u_apos (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
messagepattern.cpp 34 static const UChar u_apos=0x27; variable
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)
    [all...]
  /external/icu4c/i18n/
compactdecimalformat.cpp 47 static const UChar u_apos = 0x27; variable
815 if (ch == u_apos) {
828 state = ch == u_apos ? INSIDE_EMPTY : OUTSIDE;
832 state = ch == u_apos ? OUTSIDE : INSIDE_FULL;

Completed in 68 milliseconds