Searched refs:CAP_Z (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | selfmtimpl.h | 53 #define CAP_Z ((UChar)0x005A) macro
|
D | dtitv_impl.h | 81 #define CAP_Z ((UChar)0x005A) macro
|
D | dtptngen.cpp | 192 {CAP_Z, UDATPG_ZONE_FIELD, DT_NARROW - DT_DELTA, 1, 3}, 193 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0}, 194 {CAP_Z, UDATPG_ZONE_FIELD, DT_SHORT - DT_DELTA, 5, 0}, 495 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes() 1359 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader() 1393 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add() 1778 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
|
D | dtptngen_impl.h | 60 #define CAP_Z ((UChar)0x005A) macro
|
D | plurrule_impl.h | 67 static const UChar CAP_Z = ((UChar)0x005A); variable
|
D | dtitvfmt.cpp | 872 case CAP_Z: in getDateTimeSkeleton()
|