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

/external/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp34 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, inde
[all...]
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp34 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, inde
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp47 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;
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp47 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 679 milliseconds