Home | History | Annotate | Download | only in i18n

Lines Matching refs:ISO8601_UTC

114 static const UChar ISO8601_UTC  = 0x005A;   // 'Z'
1488 result.setTo(ISO8601_UTC);
1641 if (firstChar == ISO8601_UTC || firstChar == (UChar)(ISO8601_UTC + 0x20)) {