Searched refs:CAP_Z (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/i18n/ |
D | dtitv_impl.h | 80 #define CAP_Z ((UChar)0x005A) macro
|
D | selfmtimpl.h | 58 #define CAP_Z ((UChar)0x005A) macro
|
D | plurrule_impl.h | 57 #define CAP_Z ((UChar)0x005A) macro
|
D | dtptngen.cpp | 191 {CAP_Z, UDATPG_ZONE_FIELD, DT_SHORT - DT_DELTA, 1, 3}, 192 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0}, 479 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes() 1301 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader() 1335 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add() 1715 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
|
D | selfmt.cpp | 309 if ((ch >= CAP_A) && (ch <= CAP_Z)) { in classifyCharacter()
|
D | dtptngen_impl.h | 57 #define CAP_Z ((UChar)0x005A) macro
|
D | plurfmt.cpp | 338 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
|
D | plurrule.cpp | 1059 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
|
D | dtitvfmt.cpp | 807 case CAP_Z: in getDateTimeSkeleton()
|